/Get OpenId connect configuration
Get OpenId connect configuration
Returns OPENIDserver configuration metadata.
Response Parameters
Parameter | Type | Description |
---|---|---|
issuer | string | the URL the Authorization Server asserts as its Issuer Identifier. |
token_endpoint_auth_methods_supported | array of string | the client authentication methods supported by the OAuth 2.0 Token Endpoint. |
authorization_endpoint | string | the URL of the OAuth 2.0 Authorization Endpoint. |
mtls_endpoint_aliases | object | bunch of endpoints which are secured by the mtls certificate |
mtls_endpoint_aliases>token_endpoint | string | token endpoint secured by mtls certificate |
mtls_endpoint_aliases>registration_endpoint | string | registration endpoint secured by mtls certificate |
mtls_endpoint_aliases>userinfo_endpoint | string | userinfo endpoint secured by mtls certificate |
backchannel_authentication_endpoint | string | authentication endpoint for CIBA flow |
scopes_supported | array of string | openid and profile scopes are supported |
grant_types_supported | array of string | authorization_code and ciba are supported |
backchannel_authentication_request_signing_alg_values_supported | string | warning message for user |
backchannel_token_delivery_modes_supported | array of string | poll mode is supported |
backchannel_user_code_parameter_supported | boolean | specifying whether the OP supports the use of the user_code parameter. If omitted, the default value is false. |
ui_locales_supported | array of string | Specifies the preferred languages and scripts for the user interface. |
claims_locales_supported | array of string | the OAuth 2.0 claims_locales_supported values supported |
acr_values_supported | array of string | the OAuth 2.0 acr_values_supported values supported. |
trust_frameworks_supported | array of string | the OAuth 2.0 ge_aml values supported |
verified_claims_supported | array of string | Indicates if verified claims supported |
userinfo_signing_alg_values_supported | array of string | the OAuth 2.0 userinfo_signing_alg_values_supported values supported. |
claims_ui_locales_supported | array of string | the OAuth 2.0 claims_ui_locales_supported values supported. |
evidence_supported | array of string | the OAuth 2.0 id_document values supported. |
claims_in_verified_claims_supported | array of string | the OAuth 2.0 claims_in_verified_claims_supported values supported. |
id_documents_supported | array of string | the OAuth 2.0 id_documents_supported values supported. |
id_documents_verification_methods_supported | array of string | the OAuth 2.0 id_documents_verification_methods_supported values supported. |
claims_parameter_supported | boolean | indicates if claims parameter supported |
subject_types_supported | array of string | the OAuth 2.0 subject_types_supported values supported. |
jwks_uri | string | the URL of the JWKs |
Updated 7 months ago