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 4dc1fdd commit 6b29246Copy full SHA for 6b29246
dotnet/Microsoft.McpGateway.Service/src/Program.cs
@@ -43,7 +43,7 @@
43
options.ResourceMetadata = new()
44
{
45
Resource = new Uri($"api://{azureAdConfig["ClientId"]}"),
46
- AuthorizationServers = { new Uri($"https://login.microsoftonline.com/{azureAdConfig["tenantId"]}/v2.0") },
+ AuthorizationServers = { new Uri($"https://login.microsoftonline.com/{azureAdConfig["TenantId"]}/v2.0") },
47
ScopesSupported = [$"api://{azureAdConfig["ClientId"]}/.default"]
48
};
49
})
0 commit comments