v1

latestOpenAPI 3.0.02026-07-24171968.3 KB
Well-known Metadata Endpoint

Use this endpoint to retrieve authorization server metadata

Retrieve metadata for the authorization server as a JSON document, which declares its endpoint locations and authorization server capabilities.

get/.well-known/openid-configuration

Response

Metadata associated with the given token.

issuerstring required

URL using the https scheme with no query or fragment component that the OIDC Provider asserts as its Issuer Identifier

authorization_endpointstring required

URL of the OIDC Provider Authorization Endpoint

token_endpointstring

URL of the OIDC Provider Token Endpoint

userinfo_endpointstring

URL of the OIDC Provider User Info Endpoint

introspection_endpointstring

URL of the OIDC Provider Introspection Endpoint

revocation_endpointstring

URL of the OIDC Provider Revocation Endpoint

pushed_authorization_request_endpointstring

URL of the OIDC Provider Pushed Authorization Request Endpoint

registration_endpointstring

URL of the OIDC Provider Dynamic Registration Endpoint

jwks_uristring

URL of the OIDC Provider JSON Web Keys (JWKS) Endpoint

backchannel_authentication_endpointstring

URL of the OIDC Provider Backchannel Authentication Endpoint

backchannel_token_delivery_modes_supportedstring[]
backchannel_authentication_request_signing_alg_values_supportedstring[]
backchannel_user_code_parameter_supportedboolean

Whether the OIDC Provider supports the use of the user_code parameter

acr_values_supportedstring[]
response_types_supportedstring[]
response_modes_supportedstring[]
grant_types_supportedstring[]
token_endpoint_auth_methods_supportedstring[]
id_token_signing_alg_values_supportedstring[]
id_token_encryption_alg_values_supportedstring[]
id_token_encryption_enc_values_supportedstring[]
userinfo_signing_alg_values_supportedstring[]
userinfo_encryption_alg_values_supportedstring[]
userinfo_encryption_enc_values_supportedstring[]
request_object_signing_alg_values_supportedstring[]
request_object_encryption_alg_values_supportedstring[]
request_object_encryption_enc_values_supportedstring[]
subject_types_supportedstring[]
scopes_supportedstring[]
claims_supportedstring[]
claim_types_supportedstring[]
claims_locales_supportedstring[]
ui_locales_supportedstring[]
claims_parameter_supportedboolean

Whether the OIDC Provider supports use of the claims parameter

request_parameter_supportedboolean

Whether the OIDC Provider supports use of the request parameter

request_uri_parameter_supportedboolean

Whether the OIDC Provider supports use of the request_uri parameter

require_request_uri_registrationboolean

Whether the OIDC Provider requires any request_uri values used to be pre-registered using the request_uris registration parameter.

require_pushed_authorization_requestsboolean

Whether the OIDC Provider accepts authorization request data only via pushed authorization requests

tls_client_certificate_bound_access_tokensboolean

Whether the OIDC Provider supports for mutual-TLS client certificate-bound access tokens