{
  "issuer": "https://volpi-capital.com",
  "authorization_endpoint": "https://volpi-capital.com/oauth/authorize",
  "token_endpoint": "https://volpi-capital.com/oauth/token",
  "jwks_uri": "https://volpi-capital.com/.well-known/jwks.json",
  "registration_endpoint": "https://volpi-capital.com/agent/register",
  "response_types_supported": [
    "code"
  ],
  "grant_types_supported": [
    "authorization_code",
    "client_credentials"
  ],
  "token_endpoint_auth_methods_supported": [
    "none",
    "client_secret_post",
    "private_key_jwt"
  ],
  "scopes_supported": [
    "public.read",
    "site.discovery.read"
  ],
  "claims_supported": [
    "sub",
    "iss",
    "aud",
    "email"
  ],
  "service_documentation": "https://volpi-capital.com/auth.md",
  "agent_auth": {
    "skill": "https://volpi-capital.com/auth.md",
    "register_uri": "https://volpi-capital.com/agent/register",
    "claim_uri": "https://volpi-capital.com/agent/claim",
    "identity_types_supported": [
      "anonymous",
      "verified_email",
      "identity_assertion"
    ],
    "registration_methods": [
      {
        "type": "anonymous",
        "claim_uri": "https://volpi-capital.com/agent/claim",
        "credential_types_supported": [
          "bearer"
        ]
      },
      {
        "type": "verified_email",
        "claim_uri": "https://volpi-capital.com/agent/claim",
        "credential_types_supported": [
          "bearer",
          "http-message-signature"
        ]
      }
    ],
    "anonymous": {
      "credential_types_supported": [
        "bearer"
      ],
      "claim_uri": "https://volpi-capital.com/agent/claim"
    },
    "verified_email": {
      "credential_types_supported": [
        "bearer",
        "http-message-signature"
      ],
      "claim_uri": "https://volpi-capital.com/agent/claim"
    },
    "identity_assertion": {
      "assertion_types_supported": [
        "verified_email",
        "urn:ietf:params:oauth:token-type:id-jag"
      ],
      "credential_types_supported": [
        "bearer",
        "http-message-signature"
      ],
      "claim_uri": "https://volpi-capital.com/agent/claim"
    },
    "revocation_uri": "https://volpi-capital.com/agent/revoke",
    "events_supported": [
      "credential_revoked"
    ]
  }
}