OIDC UserInfo endpoint (POST variant)
POST/oauth2/userinfo
The POST form of the UserInfo endpoint. Same behavior as GET; the access
token may be sent in the Authorization: Bearer header or as the
access_token field of a form-encoded body.
Request
Responses
- 200
- 401
The subject's scope-authorized claims
invalid_token — the access token is missing, expired, or invalid.