We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
And a common piece of data (especially when integrating with something like Drupal) is a user picture.
getEmailVerified() getFamilyName() getGivenName getPicture() getPreferredUsername()
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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:
And a common piece of data (especially when integrating with something like Drupal) is a user picture.
The text was updated successfully, but these errors were encountered: