Skip to content

Commit 5bdf934

Browse files
author
Tiago Brenck
committed
refactoring
1 parent faa94fd commit 5bdf934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Identity.Web/TokenAcquisition.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ private IConfidentialClientApplication BuildConfidentialClientApplication()
317317
request.PathBase,
318318
azureAdOptions.CallbackPath ?? string.Empty);
319319

320-
string authority = $"{azureAdOptions.Instance}{azureAdOptions.TenantId}/";
320+
string authority = $"{applicationOptions.Instance}{applicationOptions.TenantId}/";
321321

322322
var app = ConfidentialClientApplicationBuilder
323323
.CreateWithApplicationOptions(applicationOptions)

0 commit comments

Comments
 (0)