{
  "issuer": "https://www.sudheerkiran.com",
  "authorization_endpoint": "https://www.sudheerkiran.com/api/auth/authorize",
  "token_endpoint": "https://www.sudheerkiran.com/api/auth/token",
  "jwks_uri": "https://www.sudheerkiran.com/.well-known/jwks.json",
  "response_types_supported": ["code", "token", "id_token"],
  "grant_types_supported": ["authorization_code", "client_credentials", "refresh_token"],
  "scopes_supported": ["openid", "profile", "email", "read:data", "write:orders"],
  "token_endpoint_auth_methods_supported": ["client_secret_basic", "client_secret_post", "private_key_jwt"],
  "agent_auth": {
    "skill": "https://isitagentready.com/.well-known/agent-skills/auth-md/SKILL.md",
    "register_uri": "https://www.sudheerkiran.com/api/auth/register",
    "identity_types_supported": ["anonymous", "identity_assertion"],
    "anonymous": {
      "credential_types_supported": ["bearer_token"],
      "claim_uri": "https://www.sudheerkiran.com/api/auth/claim"
    },
    "identity_assertion": {
      "assertion_types_supported": ["verified_email", "urn:ietf:params:oauth:token-type:id-jag"],
      "credential_types_supported": ["bearer_token"],
      "claim_uri": "https://www.sudheerkiran.com/api/auth/claim"
    }
  }
}
