Skip to content

UserInfo vs IdToken #4312

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

Closed
jgrandja opened this issue Apr 27, 2017 · 1 comment
Closed

UserInfo vs IdToken #4312

jgrandja opened this issue Apr 27, 2017 · 1 comment
Assignees
Labels
in: oauth2 An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
Milestone

Comments

@jgrandja
Copy link
Contributor

The default implementation of UserInfo is DefaultUserInfo which uses StandardClaimName.

StandardClaimName are standard claims defined by the OpenID Connect specification. These claims may be used in a UserInfo Response or an ID Token. We don't have a construct for ID Token as of yet but that will be coming soon. So the question...is UserInfo the same as IdToken (future class)? Or does IdToken have more use cases around it than UserInfo?

@jgrandja jgrandja added the in: oauth2 An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose) label Apr 27, 2017
@jgrandja jgrandja added this to the 5.0.0.M2 milestone Apr 27, 2017
@jgrandja jgrandja self-assigned this May 1, 2017
@rwinch rwinch modified the milestones: 5.0.0.M2, 5.0.0.M3 Jun 15, 2017
@jgrandja jgrandja added the OIDC label Jul 5, 2017
@jgrandja
Copy link
Contributor Author

Closed via #4410

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: oauth2 An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
Projects
None yet
Development

No branches or pull requests

2 participants