You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
jgrandja
added
the
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
label
Apr 27, 2017
The default implementation of
UserInfo
isDefaultUserInfo
which usesStandardClaimName
.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...isUserInfo
the same asIdToken
(future class)? Or doesIdToken
have more use cases around it thanUserInfo
?The text was updated successfully, but these errors were encountered: