API referenceIdentity and accessOAuth 2.1
Protected resource metadata
RFC 9728. Names the resource and the authorization servers that may issue tokens for it.
Response Body
application/json
curl -X GET "https://example.com/.well-known/oauth-protected-resource"{ "resource": "string", "authorization_servers": [ "string" ], "scopes_supported": [ "string" ]}