- 27 Oct, 2017 4 commits
-
-
Eric Chiang authored
connector: implement LinkedIn connector
-
Pavel Borzenkov authored
Signed-off-by: Pavel Borzenkov <pavel.borzenkov@gmail.com>
-
Pavel Borzenkov authored
Do Refresh() by querying user's profile data. Since LinkedIn doesn't provide refresh tokens at all, and the access tokens have 60 days expiration, refresh tokens issued by Dex will fail to update after 60 days. Signed-off-by: Pavel Borzenkov <pavel.borzenkov@gmail.com>
-
Pavel Borzenkov authored
connector/linkedin implements authorization strategy via LinkedIn's OAuth2 endpoint + profile API. It doesn't implement RefreshConnector as LinkedIn doesn't provide any refresh token at all (https://developer.linkedin.com/docs/oauth2, Step 5 — Refresh your Access Tokens) and recommends ordinary AuthCode exchange flow when token refresh is required. Signed-off-by: Pavel Borzenkov <pavel.borzenkov@gmail.com>
-
- 26 Oct, 2017 5 commits
-
-
Eric Chiang authored
authproxy.md: strip X-Remote-User
-
rithu leena john authored
authproxy: update docs and set a userID
-
Michael Stapelberg authored
follow-up for https://github.com/coreos/dex/pull/1100
-
Eric Chiang authored
-
Eric Chiang authored
Implement the “external” connector (for Apache2 mod_auth etc.)
-
- 25 Oct, 2017 1 commit
-
-
Michael Stapelberg authored
-
- 10 Oct, 2017 3 commits
-
-
rithu leena john authored
connector/ldap: add test for InsecureSkipVerify option
-
Eric Chiang authored
tests: add ids to elements for testing automation
-
cpanato authored
-
- 09 Oct, 2017 4 commits
-
-
Eric Chiang authored
-
rithu leena john authored
travis.yml: bump golang version
-
Eric Chiang authored
connector/gitlab: Fix regexp in Link parser
-
Eric Chiang authored
fixes typo: s/suppied/supplied/
-
- 08 Oct, 2017 1 commit
-
-
Devon Barrett authored
-
- 05 Oct, 2017 1 commit
-
-
rithu john authored
-
- 29 Sep, 2017 2 commits
-
-
Lars Sjöström authored
-
rithu leena john authored
Cross clients improvement - requesting client ID always added to the audience claim
-
- 28 Sep, 2017 1 commit
-
-
Damian Pacierpnik authored
-
- 27 Sep, 2017 1 commit
-
-
Eric Chiang authored
add client request timeout
-
- 26 Sep, 2017 5 commits
-
-
Ryan Phillips authored
-
Eric Chiang authored
storage/kubernetes: Log before registering custom resources
-
Chance Zibolski authored
Logging before attempting to make any connection to Kubernetes is useful when the connection hangs and dex is killed before it can log any errors.
-
rithu leena john authored
Add Documentation about customresourcedefinitions creation role
-
Laurent Rolaz authored
-
- 21 Sep, 2017 2 commits
-
-
Eric Chiang authored
Replace docker-build script with multi-stage build
-
Tobias Furuholm authored
-
- 19 Sep, 2017 2 commits
-
-
rithu leena john authored
storage/kubernetes: Correct the OfflineSession object CRD definition
-
rithu john authored
-
- 18 Sep, 2017 2 commits
-
-
rithu leena john authored
Documentation: add docs for TPR to CRD migration
-
rithu john authored
-
- 14 Sep, 2017 6 commits
-
-
rithu leena john authored
storage/kubernetes: add CRD support
-
rithu john authored
-
Eric Chiang authored
Updates coreos themes and icons for various providers
-
Eric Chiang authored
Makefile: error out if go files aren't correctly formatted
-
Eric Chiang authored
Noticed in #1058 that our gofmt make target isn't actually erroring if someone commits misformatted code.
-
Amruta Chitnis authored
-