Sign in

Type: IssuerMetadata

OpenID Connect Discovery metadata published by the authorization server.

Properties

PropertyTypeDescription
authorization_endpointstringAuthorization endpoint used to initiate authentication requests.
backchannel_logout_session_supportedbooleanIndicates back-channel logout session support.
backchannel_logout_supportedbooleanIndicates support for back-channel logout.
check_session_iframestringSession management iframe endpoint.
claims_supportedstring[]Claims that may be returned in tokens or UserInfo responses.
code_challenge_methods_supportedstring[]Supported PKCE code challenge methods.
device_authorization_endpointstringDevice Authorization Grant endpoint.
end_session_endpointstringEnd-session endpoint used to initiate logout.
frontchannel_logout_session_supportedbooleanIndicates front-channel logout session support.
frontchannel_logout_supportedbooleanIndicates support for front-channel logout.
grant_types_supportedstring[]Supported OAuth grant types.
id_token_signing_alg_values_supportedstring[]Supported signing algorithms for ID tokens.
introspection_endpointstringToken introspection endpoint.
issuerstringThe issuer identifier for the authorization server.
jwks_uristringJSON Web Key Set (JWKS) endpoint used to obtain signing keys.
pushed_authorization_request_endpoint?stringPushed Authorization Request (PAR) endpoint.
request_object_signing_alg_values_supportedstring[]Supported signing algorithms for request objects.
request_parameter_supportedbooleanIndicates support for request objects passed by value.
request_uri_parameter_supportedbooleanIndicates support for request objects passed by reference (request_uri).
require_pushed_authorization_requestsbooleanIndicates whether PAR is required for authorization requests.
response_modes_supportedstring[]Supported response modes.
response_types_supportedstring[]Supported OAuth/OIDC response types.
revocation_endpointstringToken revocation endpoint.
scopes_supportedstring[]OAuth scopes supported by the authorization server.
subject_types_supportedstring[]Supported subject identifier types.
token_endpointstringToken endpoint used to exchange authorization codes for tokens.
token_endpoint_auth_methods_supportedstring[]Supported authentication methods for the token endpoint.
userinfo_endpointstringUserInfo endpoint used to retrieve user profile claims.
© 2024 MonoCloud. All rights reserved.