-
Notifications
You must be signed in to change notification settings - Fork 28
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
Add support for custom attributes #156
Comments
This is a great idea @agiannone and also ties in with #115. Thank you. |
Thanks for creating this issue @agiannone. |
Wanted to also request support for custom attributes. Currently I'm seeing the SAML response contain the following attributes:
so it looks like the Given that there are a wide range of attribute names in various systems, it'd be super handy to be able to pass in key/value pairs somewhere (.env? some yaml config?) that would be output to the Alternatively it'd at least be nice to have first name / last name fields in the login form : ) |
Is it possible to add support for custom attributes in the SAML response?
For example, givenName, lastName, email, and so on.
The text was updated successfully, but these errors were encountered: