Enhancement: Support "name" claim in OpenID #4244
alihacks
started this conversation in
Feature Requests & Suggestions
Replies: 1 comment
-
PRs welcome. Writing tests for existing behavior would be appreciate before any further edits to openidstrategy as a lot of people rely on it across different providers |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What features would you like to see added?
Support "name" claim in OpenID if given_name and family_name are not present
More details
Our OpenID provider does not provide separate first and last names, but provides a "name" claim which is the user's full name. I would like to submit a PR that changes the fallback logic to use the "name" claim if first and last name are not available before falling back to using the username or email address for full name.
Which components are impacted by your request?
General
Pictures
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions