-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support username, email and groups claim in OIDC connector #1634
Support username, email and groups claim in OIDC connector #1634
Commits on Aug 11, 2020
-
Make OIDC username key configurable
Signed-off-by: Josh Winters <[email protected]> Co-authored-by: Mark Huang <[email protected]> Signed-off-by: Rui Yang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9a4e0fc - Browse repository at this point
Copy the full SHA 9a4e0fcView commit details -
default to preferred_username claim
Signed-off-by: Rui Yang <[email protected]>
Rui Yang authored and Rui Yang committedAug 11, 2020 Configuration menu - View commit details
-
Copy full SHA for d9afb7e - Browse repository at this point
Copy the full SHA d9afb7eView commit details -
add tests when preferred username key is not set
Signed-off-by: Rui Yang <[email protected]>
Rui Yang committedAug 11, 2020 Configuration menu - View commit details
-
Copy full SHA for 4812079 - Browse repository at this point
Copy the full SHA 4812079View commit details -
check if upstream contains preferrend username claim first
Signed-off-by: Rui Yang <[email protected]> Signed-off-by: Rui Yang <[email protected]>
Rui Yang authored and Rui Yang committedAug 11, 2020 Configuration menu - View commit details
-
Copy full SHA for 52c39fb - Browse repository at this point
Copy the full SHA 52c39fbView commit details -
Add parameter configuration to override email claim key
Signed-off-by: Rui Yang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 61312e7 - Browse repository at this point
Copy the full SHA 61312e7View commit details -
Add groupsClaimMapping to the OIDC connector
The groupsClaimMapping setting allows one to specify which claim to pull group information from the OIDC provider. Previously it assumed group information was always in the "groups" claim, but that isn't the case for many OIDC providers (such as AWS Cognito using the "cognito:groups" claim instead) Signed-off-by: Scott Lemmon <[email protected]> Signed-off-by: Rui Yang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a783667 - Browse repository at this point
Copy the full SHA a783667View commit details -
Combine dexidp#1691 and dexidp#1776 to unify OIDC provider claim mapping
add tests for groups key mapping Signed-off-by: Rui Yang <[email protected]>
Rui Yang committedAug 11, 2020 Configuration menu - View commit details
-
Copy full SHA for 41207ba - Browse repository at this point
Copy the full SHA 41207baView commit details
Commits on Sep 8, 2020
-
update oidc documentation and email claim err msg
Signed-off-by: Rui Yang <[email protected]>
Rui Yang committedSep 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 0494993 - Browse repository at this point
Copy the full SHA 0494993View commit details -
revert changes for user id and user name
Signed-off-by: Rui Yang <[email protected]>
Rui Yang committedSep 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 058202d - Browse repository at this point
Copy the full SHA 058202dView commit details