API referenceEndpoints

Discover tenant authorization

Public endpoint; no credential is required. Generated from the production route registered in `internal/features/ssosetup/inbound/cliconfig.go`.

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

Public endpoint; no credential is required. Generated from the production route registered in internal/features/ssosetup/inbound/cliconfig.go.

Response Body

application/json

application/json

curl -X GET "https://example.com/.well-known/oauth-protected-resource"
{  "resource": "http://example.com",  "authorization_servers": [    "http://example.com"  ],  "bearer_methods_supported": [    "header"  ],  "scopes_supported": [    "string"  ],  "deeplinq.com/cli": {    "client_id": "string",    "project_id": "string"  }}