/Get OpenId connect configuration
Get OpenId connect configuration
Returns openid server 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 suppored |
| 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 | |
| ui_locales_supported | array of string | |
| claims_locales_supported | array of string | |
| acr_values_supported | array of string | |
| trust_frameworks_supported | array of string | |
| verified_claims_supported | array of string | |
| userinfo_signing_alg_values_supported | array of string | |
| claims_ui_locales_supported | array of string | |
| evidence_supported | array of string | |
| claims_in_verified_claims_supported | array of string | |
| id_documents_supported | array of string | |
| id_documents_verification_methods_supported | array of string | |
| claims_parameter_supported | boolean | |
| subject_types_supported | array of string | |
| jwks_uri | string |
Updated over 2 years ago
