Replies: 2 comments
-
|
Adding @SergeyMenshykh |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi @hobbsax1, I did a quick search for auth-related discussions - https://github.com/modelcontextprotocol/csharp-sdk/discussions?discussions_q=is%3Aopen+auth in the C# MCP SDK and found a few. Please have a look, and if none are related to your scenario, please open a new one to get advice from MCP SMEs. |
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.
-
We are trying to take a JWT token that comes in when a user calls an ASP.NET Core API to run an agent and then pass that JWT as auth to MCP tool calls.
Other than recreating the agents and MCP tool server setup is there any way to take the JWT token we receive and then pass that along in the call to our MCP tools?
We currently have a workflow setup that has N agents (in handoff mode) and then some of the agents load MCP tools from different servers to perform functions for the users, but those tools require JWT for auth to verify claims/perms/etc.
Beta Was this translation helpful? Give feedback.
All reactions