Interlaken
API referenceIdentity and accessOAuth 2.1

Protected resource metadata

GET
/.well-known/oauth-protected-resource

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"  ]}