What's wrong with this entry?
Anonymous. No account, no email.
What
Enterprise-grade OIDC authentication for MCP servers using the SEP-990 standard. Configure once and all XAA-enabled MCP servers authenticate silently using cached identity tokens.
Usage
# One-time setup: configure IdP connection
claude mcp xaa setup
# Login (opens browser for OIDC flow)
claude mcp xaa login
# Check current connection
claude mcp xaa status
# Clear configuration
claude mcp xaa clearDetails
- Performs full OIDC discovery from the IdP issuer URL
- Browser-based authorization with a local callback server on loopback
- Caches
id_tokenwith automatic expiration; use--forceto re-login - Supports
--client-id,--issuer,--callback-port, and--id-tokenflags - Client secret can be read from the
MCP_XAA_IDP_CLIENT_SECRETenvironment variable - Settings stored include
issuer,clientId,callbackPort, and optionallyclientSecret(in secure storage)
Evidence
XAA authentication system (search for "XAA IdP", "claude mcp xaa", "SEP-990")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.