{
"issuer": "text",
"authorization_endpoint": "text",
"token_endpoint": "text",
"revoke_endpoint": "text",
"userinfo_endpoint": "text",
"jwks_uri": "text",
"consent_presets_endpoint": "text",
"presets_endpoint": "text",
"presets_batch_endpoint": "text",
"credentials_endpoint": "text",
"authorizations_endpoint": "text",
"hp_configuration_endpoint": "text",
"scopes_supported": [
"text"
],
"scopes_catalog": [
{
"id": "text",
"display_name": "text",
"description": "text",
"category": "text",
"implied_scopes": [
"text"
],
"is_default": true
}
],
"grant_types_supported": [
"text"
],
"code_challenge_methods_supported": [
"text"
],
"response_types_supported": [
"text"
],
"token_endpoint_auth_methods_supported": [
"text"
],
"subject_types_supported": [
"text"
],
"claim_types_supported": [
"text"
],
"claims_supported": [
"text"
],
"id_token_signing_alg_values_supported": [
"text"
],
"presets_available": [
{
"name": null,
"scope": "text",
"type": null,
"description": "text",
"consent_text": "text"
}
],
"rate_limit_default": 1,
"rate_limit_unit": "text"
}