Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I was wondering what the goal was in the final 1.0 version on how to handle authentication/authroization using the Oauth 2 and/or OIDC. First off, will OIDC be supported before release (not just Oauth2). Second, our team would like to use this context forge as a gateway to all of our MCP Servers. We would like to have one context forge gateway in front of all the MCP Servers or at least a set of MCP servers. When using OIDC/Oauth, if we just want to register the gateway with the IDP , extract claims from the token and send those claims as headers to the MCP servers is this possible? We want to abstract the "authenticate/authorize" from the set of MCP servers registered with the gateway. In our use case each MCP server will not be registered with an IDP
Beta Was this translation helpful? Give feedback.
All reactions