Submit a user claims request
POST/userinfo
POST variant of the UserInfo endpoint as required by
OIDC Core 1.0 Section 5.3.
The access token may be submitted either in the Authorization request header as a
Bearer token or as the access_token form parameter in the request body.
Response and error semantics are identical to the GET variant.
Refer to the introduction section for details on how to configure this use case.
Request
Responses
- 200
- 401
User claims returned successfully
The access token is missing, expired, revoked, or otherwise invalid.