UserInfo
Endpoint
Request
Authorization Header
GET /userinfo HTTP/1.1
Host: auth.example.com
Authorization: Bearer eyJhbGciOiJSUzI1NiIs...POST with Form Body
POST /userinfo HTTP/1.1
Host: auth.example.com
Content-Type: application/x-www-form-urlencoded
access_token=eyJhbGciOiJSUzI1NiIs...Response
Claims by Scope
openid (required)
openid (required)Claim
Type
Description
profile
profileClaim
Type
Description
email
emailClaim
Type
Description
address
addressClaim
Type
Description
phone
phoneClaim
Type
Description
Usage
JavaScript
Python
Error Responses
Invalid Token
Expired Token
Insufficient Scope
UserInfo vs ID Token
Aspect
ID Token
UserInfo
Caching
Next Steps
Last updated
Was this helpful?