{
  "issuer": "https://kybertropia.com",
  "authorization_endpoint": "https://kybertropia.com/oauth/authorize",
  "token_endpoint": "https://kybertropia.com/oauth/token",
  "jwks_uri": "https://kybertropia.com/oauth/jwks",
  "grant_types_supported": [
    "authorization_code",
    "client_credentials"
  ],
  "response_types_supported": [
    "code"
  ],
  "agent_auth": {
    "skill": "https://kybertropia.com/auth.md",
    "register_uri": "https://kybertropia.com/auth.md",
    "claim_uri": "https://kybertropia.com/auth.md",
    "identity_types_supported": [
      "anonymous"
    ],
    "anonymous": {
      "credential_types_supported": [
        "none"
      ]
    }
  }
}
