{
  "issuer": "https://anuragbaghail.com",
  "authorization_endpoint": "https://anuragbaghail.com/api/oauth/authorize",
  "token_endpoint": "https://anuragbaghail.com/api/oauth/token",
  "jwks_uri": "https://anuragbaghail.com/.well-known/jwks.json",
  "registration_endpoint": "https://anuragbaghail.com/api/agent/register",
  "response_types_supported": ["code", "token", "id_token"],
  "subject_types_supported": ["public"],
  "id_token_signing_alg_values_supported": ["RS256"],
  "scopes_supported": ["openid", "profile", "email", "read:portfolio", "read:casestudies", "read:skills"],
  "token_endpoint_auth_methods_supported": ["client_secret_post", "client_secret_basic", "private_key_jwt"],
  "claims_supported": ["sub", "iss", "aud", "exp", "iat"],
  "agent_auth": {
    "register_uri": "https://anuragbaghail.com/api/agent/register",
    "supported_identity_types": ["agent", "autonomous_system", "service"],
    "supported_credential_types": ["client_secret_post", "private_key_jwt"],
    "documentation_uri": "https://anuragbaghail.com/auth.md"
  }
}
