Olympus Docs
ReferenceAPIsOry Hydra APIoAuth2

Get an OAuth 2.0 Client

Get an OAuth 2.0 client by its ID. This endpoint never returns the client secret.

GET /admin/clients/{id}

Get an OAuth 2.0 client by its ID. This endpoint never returns the client secret.

OAuth 2.0 clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are generated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.

Operation ID: getOAuth2Client    Tag: oAuth2

Path parameters

NameTypeRequiredDescription
idstringyesThe id of the OAuth 2.0 Client.

Responses

StatusDescriptionBody
200oAuth2Clientapplication/json, object
defaultDefault Error Responseapplication/json, object

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

On this page