{
  "issuer": "https://aravind.me",
  "authorization_endpoint": "https://aravind.me/oauth/authorize",
  "token_endpoint": "https://aravind.me/oauth/token",
  "registration_endpoint": "https://aravind.me/oauth/register",
  "jwks_uri": "https://aravind.me/.well-known/jwks.json",
  "response_types_supported": [
    "code",
    "token"
  ],
  "grant_types_supported": [
    "authorization_code",
    "client_credentials",
    "anonymous"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_post",
    "client_secret_basic",
    "none"
  ],
  "scopes_supported": [
    "read:profile",
    "chat:concierge",
    "voice:stt",
    "voice:tts"
  ],
  "service_documentation": "https://aravind.me/auth.md",
  "agent_auth": {
    "skill": "https://aravind.me/.well-known/agent-skills/portfolio-query/SKILL.md",
    "register_uri": "https://aravind.me/oauth/register",
    "identity_types_supported": [
      "anonymous",
      "identity_assertion"
    ],
    "anonymous": {
      "credential_types_supported": [
        "api_key",
        "bearer_token"
      ],
      "claim_uri": "https://aravind.me/api/health"
    },
    "identity_assertion": {
      "assertion_types_supported": [
        "urn:ietf:params:oauth:token-type:id-jag",
        "verified_email"
      ],
      "credential_types_supported": [
        "jwt",
        "bearer_token"
      ],
      "claim_uri": "https://aravind.me/oauth/claim",
      "revocation_uri": "https://aravind.me/oauth/revoke"
    }
  }
}
