Closed
Description
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
?