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 faa94fd commit 5bdf934Copy full SHA for 5bdf934
Microsoft.Identity.Web/TokenAcquisition.cs
@@ -317,7 +317,7 @@ private IConfidentialClientApplication BuildConfidentialClientApplication()
317
request.PathBase,
318
azureAdOptions.CallbackPath ?? string.Empty);
319
320
- string authority = $"{azureAdOptions.Instance}{azureAdOptions.TenantId}/";
+ string authority = $"{applicationOptions.Instance}{applicationOptions.TenantId}/";
321
322
var app = ConfidentialClientApplicationBuilder
323
.CreateWithApplicationOptions(applicationOptions)
0 commit comments