We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9fbfe6 commit d4ce453Copy full SHA for d4ce453
BankApi.Mcp/Builder.MCP.cs
@@ -17,6 +17,8 @@ public static async Task<IServiceCollection> AddMCPService(this IServiceCollecti
17
18
services.AddScoped(sp =>
19
{
20
+ // This shouldn't be needed, since proper MCP clients handle this via the "/.well-known/oauth-protected-resource" endpoint
21
+ // Keep this in until following issue is solved: https://github.com/abdebek/MCPify/issues/20
22
return new OAuthAuthorizationCodeAuthentication(
23
clientId: "b6997777-3799-4c55-b78a-4ce96e3d959c",
24
authorizationEndpoint: $"https://login.microsoftonline.com/{tenantId}/oauth2/v2.0/authorize",
0 commit comments