{
  "issuer": "https://circaevum.com",
  "authorization_endpoint": "https://app.circaevum.com/",
  "token_endpoint": "https://nakama.circaevum.com/v2/account/authenticate/email",
  "registration_endpoint": "https://app.circaevum.com/",
  "jwks_uri": "https://circaevum.com/.well-known/jwks.json",
  "grant_types_supported": [
    "authorization_code",
    "refresh_token",
    "password"
  ],
  "response_types_supported": [
    "code"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post",
    "none"
  ],
  "scopes_supported": [
    "openid",
    "email",
    "profile",
    "offline_access",
    "circaevum.storage.read",
    "circaevum.storage.write"
  ],
  "service_documentation": "https://circaevum.com/docs/FOR-AGENTS.md#oauth--account-api",
  "agent_auth": {
    "skill": "https://circaevum.com/auth.md",
    "register_uri": "https://app.circaevum.com/",
    "claim_uri": "https://app.circaevum.com/",
    "identity_types_supported": ["anonymous"],
    "anonymous": {
      "credential_types_supported": ["access_token"]
    }
  }
}
