{ "type": "object", "name": "SuccessfulOpenIDConnectDiscoveryEndpoint", "properties": { "end_session_endpoint": { "type": "string" }, "frontchannel_logout_supported": { "type": "boolean" }, "frontchannel_logout_session_supported": { "type": "boolean" }, "issuer": { "type": "string" }, "authorization_endpoint": { "type": "string" }, "token_endpoint": { "type": "string" }, "revocation_endpoint": { "type": "string" }, "userinfo_endpoint": { "type": "string" }, "jwks_uri": { "type": "string" }, "registration_endpoint": { "type": "string" }, "introspection_endpoint": { "type": "string" }, "scopes_supported": { "type": "array", "description": "", "items": { "type": "string" } }, "response_types_supported": { "type": "array", "description": "", "items": { "type": "string" } }, "subject_types_supported": { "type": "array", "description": "", "items": { "type": "string" } }, "id_token_signing_alg_values_supported": { "type": "array", "description": "", "items": { "type": "string" } }, "display_values_supported": { "type": "array", "description": "", "items": { "type": "string" } }, "token_endpoint_auth_methods_supported": { "type": "array", "description": "", "items": { "type": "string" } }, "claims_supported": { "type": "array", "description": "", "items": { "type": "string" } } }, "required": [ "end_session_endpoint", "frontchannel_logout_supported", "frontchannel_logout_session_supported", "issuer", "authorization_endpoint", "token_endpoint", "revocation_endpoint", "userinfo_endpoint", "jwks_uri", "registration_endpoint", "introspection_endpoint", "scopes_supported", "response_types_supported", "subject_types_supported", "id_token_signing_alg_values_supported", "display_values_supported", "token_endpoint_auth_methods_supported", "claims_supported" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }