UserInfo Endpoint

E700376

The UserInfo Endpoint is a protected OpenID Connect API endpoint that returns claims about an authenticated end-user, such as profile and identity information, in a standardized format.

Try in SPARQL Jump to: Statements Referenced by

Statements (49)

Predicate Object
instanceOf OpenID Connect endpoint
protected resource
calledBy OpenID Connect client
Relying Party NERFINISHED
canBeSecuredWith TLS
complements ID Token
constrainedBy scope granted to the access token
user consent policies
definedInSpecification OpenID Connect Core specification NERFINISHED
describedByMetadataField userinfo_endpoint
enables on-demand retrieval of user claims
exposes standard OpenID Connect claims
identifiedBy URL
input access token issued by Authorization Server
isPartOf OpenID Connect NERFINISHED
isProtectedBy OAuth 2.0 NERFINISHED
mayExpose custom claims
mayIncludeClaim address
email
email_verified
family_name
locale
name
phone_number
phone_number_verified
picture
preferred_username
profile
updated_at
mayIncludeClaim given_name
maySupportResponseFormat JSON object
encrypted JWT
signed JWT
metadataFieldDefinedIn OpenID Provider Metadata NERFINISHED
output set of claims about the end-user
relatedTo Authorization Endpoint NERFINISHED
Token Endpoint
requires valid access token
returns JSON-formatted claims
claims about an authenticated end-user
identity information
profile information
scopeControls which claims are returned
separateFrom ID Token
subjectOfClaim sub
supportsTokenType Bearer token
usedFor retrieving user attributes after authentication
usedIn federated identity scenarios
usesAuthentication access token

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

OpenID Connect defines UserInfo Endpoint