rfc8705v3.txt   rfc8705.txt 
skipping to change at line 633 skipping to change at line 633
"authorization_endpoint": "https://server.example.com/authz", "authorization_endpoint": "https://server.example.com/authz",
"token_endpoint": "https://server.example.com/token", "token_endpoint": "https://server.example.com/token",
"introspection_endpoint": "https://server.example.com/introspect", "introspection_endpoint": "https://server.example.com/introspect",
"revocation_endpoint": "https://server.example.com/revo", "revocation_endpoint": "https://server.example.com/revo",
"jwks_uri": "https://server.example.com/jwks", "jwks_uri": "https://server.example.com/jwks",
"response_types_supported": ["code"], "response_types_supported": ["code"],
"response_modes_supported": ["fragment","query","form_post"], "response_modes_supported": ["fragment","query","form_post"],
"grant_types_supported": ["authorization_code", "refresh_token"], "grant_types_supported": ["authorization_code", "refresh_token"],
"token_endpoint_auth_methods_supported": "token_endpoint_auth_methods_supported":
["tls_client_auth","client_secret_basic","none"], ["tls_client_auth","client_secret_basic","none"],
"tls_client_certificate_bound_access_tokens": true "tls_client_certificate_bound_access_tokens": true,
"mtls_endpoint_aliases": { "mtls_endpoint_aliases": {
"token_endpoint": "https://mtls.example.com/token", "token_endpoint": "https://mtls.example.com/token",
"revocation_endpoint": "https://mtls.example.com/revo", "revocation_endpoint": "https://mtls.example.com/revo",
"introspection_endpoint": "https://mtls.example.com/introspect" "introspection_endpoint": "https://mtls.example.com/introspect"
} }
} }
Figure 4: Example Authorization Server Metadata with Mutual-TLS Figure 4: Example Authorization Server Metadata with Mutual-TLS
Endpoint Aliases Endpoint Aliases
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.45. The latest version is available from http://tools.ietf.org/tools/rfcdiff/