-
-
Notifications
You must be signed in to change notification settings - Fork 413
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
Can username be customized other than email? #266
Comments
This would also come in handy for AzureAD (OIDC as well). There it would be better to have the "User Principal Name" within the AzureAD instead of the E-Mail address. Any idea on how to implement this? |
Could use that feature as well |
Keycloak user at home and I found this project because OIDC auth is an "enterprise" feature for traefik. Boo-urns :( Also OIDC is everywhere anymore but a lot of implementations vary subtly, so more parameters means support for even more platforms beyond Keycloak and Azure 👍 |
Would also be nice to have other attributes mapped to other headers, such as |
For Azure the following works better, obviously it would be better to make this "really configurable":
|
This whole thing ought to be a configurable mapping between OIDC attributes and HTTP headers |
Hello,
I am using Keycloak as the IDP. In Keycloak, the user's attributes have email, username and sometimes the username is not the same as email.
Is it possible to make it customizable to choose which attributes of a user be returned as the authenticated user?
Thanks,
The text was updated successfully, but these errors were encountered: