Olympus Docs
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

StatusDescriptionBody
200oidcUserInfoapplication/json, object
defaulterrorOAuth2application/json, object

Security

  • oauth2

Generated from ../athena/openapi.json at build time.

On this page