v1

latestOpenAPI 3.0.1Apache 2.02026-07-145510.4 KB

Fetch configuration details about the OpenID Connect Authorization Server

get/v1/.well-known/openid-configuration

Response

OK

authorization_endpointstring uri nullable

The endpoint that validates all authorization requests.

claims_supportedstring[] nullable

A collection of claims supported by authorization server for identity token

device_authorization_endpointstring uri nullable

The endpoint that validates all device code related authorization requests.

id_token_signing_alg_values_supportedstring[] nullable

A collection of JWS signing algorithms supported by authorization server to sign identity token.

issuerstring uri nullable

The URL of the party that will create the token and sign it with its private key.

jwk_uristring uri nullable

The URL of your JSON Web Key Set. This set is a collection of JSON Web Keys, a standard method for representing cryptographic keys in a JSON structure.

response_type_supportedstring[] nullable

A collection of response type supported by authorization server.

revocation_endpointstring uri nullable

The endpoint used to revoke access or refresh tokens issued by the authorization server.

scopes_supportedstring[] nullable

A collection of scopes supported by authorization server for identity token

subject_type_supportedstring[] nullable

A collection of subject by authorization server.

token_endpointstring uri nullable

The URL of the token endpoint. After a client has received an authorization code, that code is presented to the token endpoint and exchanged for an identity token, an access token, and a refresh token.

urlstring uri nullable
userinfo_endpointstring uri nullable

The URL of the user info endpoint, which returns user profile information to a client. Keep in mind that the user info endpoint returns only the information that has been requested.

All 5 operations