Skip to content
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

Resource owner getters for First & Last name + optional additional data #41

Open
heddn opened this issue Dec 14, 2021 · 0 comments · May be fixed by #42
Open

Resource owner getters for First & Last name + optional additional data #41

heddn opened this issue Dec 14, 2021 · 0 comments · May be fixed by #42

Comments

@heddn
Copy link

heddn commented Dec 14, 2021

The resource owner should have getters for these fields. The keycloak OIDC identity provider provides first and last name by default.

If email is not used as username, then we also get the username:
If email verification is specified, then we also get that data:
image

And a common piece of data (especially when integrating with something like Drupal) is a user picture.
image
image

getEmailVerified()
getFamilyName()
getGivenName
getPicture()
getPreferredUsername()
@heddn heddn linked a pull request Dec 14, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant