- 24 Jul, 2019 1 commit
-
-
Tanmay Mohapatra authored
Adding JuliaBox to the list of production adopters of Dex.
-
- 23 Jul, 2019 9 commits
-
-
Stephan Renatus authored
ADOPTERS: replace Documentation/production-users.md, add Chef
-
Stephan Renatus authored
Co-Authored-By: Joel Speed <Joel.speed@hotmail.co.uk>
-
Stephan Renatus authored
MySQL storage - Take 2
-
Stephan Renatus authored
MAINTAINERS: add @bonifaido
-
Nandor Kracser authored
-
Pavel Borzenkov authored
It will be shared by both Postgres and MySQL configs. Signed-off-by: Pavel Borzenkov <pavel.borzenkov@gmail.com>
-
Stephan Renatus authored
Signed-off-by: Stephan Renatus <srenatus@chef.io>
-
Stephan Renatus authored
Signed-off-by: Stephan Renatus <srenatus@chef.io>
-
Stephan Renatus authored
Added "connector_id" to skip straight to a connector (similar to when len(connector) is 1.
-
- 22 Jul, 2019 3 commits
-
-
LanceH authored
-
Stephan Renatus authored
Add VerifyPassword to API
-
Tyler Cloke authored
It takes in an email and plain text password to verify. If it fails to find a password stored for email, it returns not_found. If it finds the password hash stored but that hash doesn't match the password passed via the API, it returns verified = false, else it returns verified = true. Co-authored-by: Alban Seurat <alban.seurat@me.com>
-
- 08 Jul, 2019 1 commit
-
-
Stephan Renatus authored
connectors: refactor filter code into a helper package
-
- 03 Jul, 2019 2 commits
-
-
Stephan Renatus authored
Signed-off-by: Stephan Renatus <srenatus@chef.io>
-
Stephan Renatus authored
I hope I didn't miss any :D Signed-off-by: Stephan Renatus <srenatus@chef.io>
-
- 02 Jul, 2019 3 commits
-
-
Eric Chiang authored
MAINTAINERS: remove ericchiang@
-
Eric Chiang authored
I haven't had time to contribute to dex recently and it's been over a year since I've worked on Kubernetes. Going to make this official and remove myself from the MAINTAINERS list. I'll still be around if you need to know why any of the code is so crazy :)
-
Stephan Renatus authored
Add UserInfo endpoint
-
- 27 Jun, 2019 1 commit
-
-
Andy Lindeman authored
-
- 25 Jun, 2019 1 commit
-
-
Andy Lindeman authored
-
- 24 Jun, 2019 3 commits
-
-
Andy Lindeman authored
-
Andy Lindeman authored
We have a story around user info now
-
Andy Lindeman authored
-
- 22 Jun, 2019 1 commit
-
-
Andy Lindeman authored
-
- 20 Jun, 2019 1 commit
-
-
Andy Lindeman authored
-
- 05 Jun, 2019 4 commits
-
-
mdbraber authored
-
Maarten den Braber authored
-
Maarten den Braber authored
-
Maarten den Braber authored
Co-authored-by: Yuxing Li <360983+jackielii@users.noreply.github.com> Co-authored-by: Francisco Santiago <1737357+fjbsantiago@users.noreply.github.com>
-
- 04 Jun, 2019 1 commit
-
-
Stephan Renatus authored
make userName configurable
-
- 03 Jun, 2019 3 commits
-
-
Stephan Renatus authored
Update LinkedIn connector to use v2 APIs This updates LinkedIn connector to use the more recent v2 APIs. Necessary because v1 APIs are not able to retrieve email ids any more with the default permissions. The API URLs are now different. Fetching the email address is now a separate call, made after fetching the profile details. The r_basicprofile permission is not needed any more, and r_liteprofile (which seems to be the one assigned by default) is sufficient. The relevant API specifications are at: https://docs.microsoft.com/en-us/linkedin/shared/integrations/people/profile-api https://docs.microsoft.com/en-us/linkedin/shared/integrations/people/primary-contact-api https://docs.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/migration-faq#how-do-i-retrieve-the-members-email-address
-
tan authored
This updates LinkedIn connector to use the more recent v2 APIs. Necessary because v1 APIs are not able to retrieve email ids any more with the default permissions. The API URLs are now different. Fetching the email address is now a separate call, made after fetching the profile details. The `r_basicprofile` permission is not needed any more, and `r_liteprofile` (which seems to be the one assigned by default) is sufficient. The relevant API specifications are at: - https://docs.microsoft.com/en-us/linkedin/shared/integrations/people/profile-api - https://docs.microsoft.com/en-us/linkedin/shared/integrations/people/primary-contact-api - https://docs.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/migration-faq#how-do-i-retrieve-the-members-email-address
-
flarno11 authored
-
- 28 May, 2019 4 commits
-
-
Stephan Renatus authored
connectors/oidc: truely ignore "email_verified" claim if configured that way
-
Stephan Renatus authored
Fixes #1455, I hope. Signed-off-by: Stephan Renatus <srenatus@chef.io>
-
Stephan Renatus authored
travis: replace golang 1.10 and 1.11 with 1.12
-
Stephan Renatus authored
This is because I suspect the gofmt rules change between these versions to make half the travis CI tests fail sometimes? Signed-off-by: Stephan Renatus <srenatus@chef.io>
-
- 24 May, 2019 2 commits
-
-
Stephan Renatus authored
oidc: Make userID configurable
-
cappyzawa authored
-