ReferenceAPIsOry Hydra APIoidc
OpenID Connect Userinfo
This endpoint returns the payload of the ID Token, including `session.id_token` values, of
GET /userinfo
This endpoint returns the payload of the ID Token, including session.id_token values, of
the provided OAuth 2.0 Access Token's consent request.
In the case of authentication error, a WWW-Authenticate header might be set in the response with more information about the error. See the spec for more details about header format.
Operation ID: getOidcUserInfo Tag: oidc
Responses
| Status | Description | Body |
|---|---|---|
| 200 | oidcUserInfo | application/json, object |
| default | errorOAuth2 | application/json, object |
Security
oauth2
Generated from ../athena/openapi.json at build time.