Skip to content

Commit 34794dd

Browse files
Update samples/ProtectedMCPServer/Program.cs
Co-authored-by: Tyler James Leonhardt <[email protected]>
1 parent 5980c9a commit 34794dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/ProtectedMCPServer/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
Resource = new Uri("http://localhost"),
6565
BearerMethodsSupported = { "header" },
6666
ResourceDocumentation = new Uri("https://docs.example.com/api/weather"),
67-
AuthorizationServers = { new Uri($"{instance}{tenantId}/v2.0") }
67+
AuthorizationServers = { new Uri($"{instance}{tenantId}/oauth2/v2.0") }
6868
};
6969

7070
metadata.ScopesSupported.AddRange([

0 commit comments

Comments
 (0)