Skip to content

Commit 6b29246

Browse files
committed
typo fix
1 parent 4dc1fdd commit 6b29246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/Microsoft.McpGateway.Service/src/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
options.ResourceMetadata = new()
4444
{
4545
Resource = new Uri($"api://{azureAdConfig["ClientId"]}"),
46-
AuthorizationServers = { new Uri($"https://login.microsoftonline.com/{azureAdConfig["tenantId"]}/v2.0") },
46+
AuthorizationServers = { new Uri($"https://login.microsoftonline.com/{azureAdConfig["TenantId"]}/v2.0") },
4747
ScopesSupported = [$"api://{azureAdConfig["ClientId"]}/.default"]
4848
};
4949
})

0 commit comments

Comments
 (0)