Skip to main content

AuthorizationServerMetadataDto

issuerstringrequired
authorization_endpointstringrequired
token_endpointstringrequired
registration_endpointstringrequired
jwks_uristringrequired
scopes_supportedstring[]required
response_types_supportedstring[]required
grant_types_supportedstring[]required
token_endpoint_auth_methods_supportedstring[]required
code_challenge_methods_supportedstring[]required
client_id_metadata_document_supportedbooleanrequired
authorization_response_iss_parameter_supportedbooleanrequired
AuthorizationServerMetadataDto
{
"issuer": "string",
"authorization_endpoint": "string",
"token_endpoint": "string",
"registration_endpoint": "string",
"jwks_uri": "string",
"scopes_supported": [
"string"
],
"response_types_supported": [
"string"
],
"grant_types_supported": [
"string"
],
"token_endpoint_auth_methods_supported": [
"string"
],
"code_challenge_methods_supported": [
"string"
],
"client_id_metadata_document_supported": true,
"authorization_response_iss_parameter_supported": true
}