{
  "issuer": "https://heroleague.ai",
  "authorization_endpoint": "https://heroleague.ai/oauth2/authorize",
  "token_endpoint": "https://heroleague.ai/oauth2/token",
  "revocation_endpoint": "https://heroleague.ai/oauth2/revoke",
  "registration_endpoint": "https://heroleague.ai/agent/auth",
  "scopes_supported": [
    "assessment:read",
    "assessment:write",
    "playbook:read"
  ],
  "response_types_supported": [
    "token"
  ],
  "grant_types_supported": [
    "urn:ietf:params:oauth:grant-type:jwt-bearer",
    "urn:workos:agent-auth:grant-type:claim"
  ],
  "token_endpoint_auth_methods_supported": [
    "none"
  ],
  "revocation_endpoint_auth_methods_supported": [
    "none"
  ],
  "resource": "https://heroleague.ai/",
  "authorization_servers": [
    "https://heroleague.ai"
  ],
  "bearer_methods_supported": [
    "header"
  ],
  "agent_auth": {
    "skill": "https://heroleague.ai/auth.md",
    "register_uri": "https://heroleague.ai/agent/auth",
    "claim_uri": "https://heroleague.ai/agent/auth/claim",
    "revocation_uri": "https://heroleague.ai/oauth2/revoke",
    "identity_types_supported": [
      "anonymous",
      "identity_assertion"
    ],
    "identity_assertion": {
      "assertion_types_supported": [
        "verified_email"
      ],
      "credential_types_supported": [
        "access_token"
      ]
    },
    "anonymous": {
      "credential_types_supported": [
        "access_token"
      ]
    },
    "events_supported": [
      "https://schemas.workos.com/events/agent/auth/identity/assertion/revoked"
    ]
  }
}
