Mark Nash
Results
1
comments of
Mark Nash
A further twist to the issue. If I change the Add Authentication call to the code below I can get the token: `builder.Services.AddAuthentication(OpenIdConnectDefaults.AuthenticationScheme) .AddMicrosoftIdentityWebApp(builder.Configuration.GetSection("AzureAd")); //.EnableTokenAcquisitionToCallDownstreamApi(initialScopes) //.AddMicrosoftGraph(builder.Configuration.GetSection("MicrosoftGraph")) //.AddInMemoryTokenCaches(); ` If I...