mcp-auth-adapter - bridge the gap between your IdP and the MCP World #755
velias
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-submission Checklist
What would you like to share?
So you've got your existing OAuth/OIDC IdP (Keycloak, Auth0, Okta, Azure AD, whatever) and now you want your MCP servers to use it for auth. You point Claude Code or Cursor at it, aaand... things break. Scope explosions on the consent screen, missing PKCE defaults, clients demanding Dynamic Client Registration your IdP doesn't serve the way MCP expects. Sound familiar?
MCP Auth Adapter provides very thin and stateless adapter, which sits in front of your IdP, and adapts it for the MCP world. Your MCP Servers announce it as their Authorization server, and that's it. All the authentication and token issuing is performed by your IdP still, not this adapter.
Relevant Links
Beta Was this translation helpful? Give feedback.
All reactions