Skip to main content

OpenIDConfiguration

issuerstring
authorization_endpointstring
token_endpointstring
introspection_endpointstring
userinfo_endpointstring
end_session_endpointstring
jwks_uristring
check_session_iframestring
grant_types_supportedGrantTypesSupported[]

Possible values: [authorization_code, refresh_token, client_credentials]

OpenIDConfiguration
{
"issuer": "string",
"authorization_endpoint": "string",
"token_endpoint": "string",
"introspection_endpoint": "string",
"userinfo_endpoint": "string",
"end_session_endpoint": "string",
"jwks_uri": "string",
"check_session_iframe": "string",
"grant_types_supported": [
"authorization_code"
]
}