{
  "issuer": "https://go-orca.tech",
  "authorization_endpoint": "https://go-orca.tech/admin/login",
  "token_endpoint": "https://go-orca.tech/api/auth/login",
  "grant_types_supported": ["authorization_code", "client_credentials"],
  "response_types_supported": ["code"],
  "scopes_supported": ["leads:read", "leads:write"],
  "token_endpoint_auth_methods_supported": ["client_secret_post", "client_secret_basic"],
  "code_challenge_methods_supported": ["S256"],
  "service_documentation": "https://go-orca.tech/.well-known/api-catalog",
  "agent_auth": {
    "skill": "https://go-orca.tech/auth.md",
    "register_uri": "https://go-orca.tech/api/agent/auth",
    "claim_uri": "https://go-orca.tech/api/agent/auth/claim",
    "revocation_uri": "https://go-orca.tech/api/agent/auth/revoke",
    "identity_types_supported": ["anonymous", "identity_assertion"],
    "anonymous": {
      "credential_types_supported": ["api_key"]
    },
    "identity_assertion": {
      "assertion_types_supported": [
        "urn:ietf:params:oauth:token-type:id-jag",
        "verified_email"
      ],
      "credential_types_supported": ["api_key"]
    },
    "events_supported": [
      "https://schemas.workos.com/events/agent/auth/identity/assertion/revoked"
    ]
  }
}
