{
  "issuer": "https://www.llms-text.com",
  "authorization_endpoint": "https://www.llms-text.com/oauth/authorize",
  "token_endpoint": "https://www.llms-text.com/oauth/token",
  "jwks_uri": "https://www.llms-text.com/.well-known/jwks.json",
  "response_types_supported": ["code"],
  "grant_types_supported": ["authorization_code", "client_credentials"],
  "agent_auth": {
    "register_uri": "https://www.llms-text.com/oauth/register",
    "supported_identity_types": ["web_organization"],
    "supported_credential_types": ["client_secret"]
  }
}
