We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5980c9a commit 34794ddCopy full SHA for 34794dd
samples/ProtectedMCPServer/Program.cs
@@ -64,7 +64,7 @@
64
Resource = new Uri("http://localhost"),
65
BearerMethodsSupported = { "header" },
66
ResourceDocumentation = new Uri("https://docs.example.com/api/weather"),
67
- AuthorizationServers = { new Uri($"{instance}{tenantId}/v2.0") }
+ AuthorizationServers = { new Uri($"{instance}{tenantId}/oauth2/v2.0") }
68
};
69
70
metadata.ScopesSupported.AddRange([
0 commit comments