{
  "issuer": "https://alpeshnakrani.com",
  "authorization_endpoint": "https://alpeshnakrani.com/agent/authorize",
  "token_endpoint": "https://alpeshnakrani.com/agent/token",
  "scopes_supported": [
    "content:read",
    "agent:discover"
  ],
  "response_types_supported": [
    "code"
  ],
  "grant_types_supported": [
    "authorization_code"
  ],
  "token_endpoint_auth_methods_supported": [
    "none"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "registration_endpoint": "https://alpeshnakrani.com/agent/register",
  "revocation_endpoint": "https://alpeshnakrani.com/agent/revoke",
  "agent_auth": {
    "skill": "https://alpeshnakrani.com/auth.md",
    "register_uri": "https://alpeshnakrani.com/agent/register",
    "claim_uri": "https://alpeshnakrani.com/agent/identity/claim",
    "revocation_uri": "https://alpeshnakrani.com/agent/revoke",
    "identity_endpoint": "https://alpeshnakrani.com/agent/identity",
    "claim_endpoint": "https://alpeshnakrani.com/agent/identity/claim",
    "events_endpoint": "https://alpeshnakrani.com/agent/event/notify",
    "identity_types_supported": [
      "anonymous",
      "identity_assertion"
    ],
    "identity_assertion": {
      "assertion_types_supported": [
        "urn:ietf:params:oauth:token-type:id-jag"
      ],
      "credential_types_supported": [
        "urn:ietf:params:oauth:token-type:id-jag"
      ]
    },
    "anonymous": {
      "credential_types_supported": [
        "none"
      ]
    },
    "events_supported": [
      "https://schemas.workos.com/events/agent/auth/identity/assertion/revoked"
    ]
  }
}