You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove scope from this code in Startup.cs, by updating as below:
services.AddMicrosoftIdentityWebAppAuthentication(Configuration)
.EnableTokenAcquisitionToCallDownstreamApi()
.AddInMemoryTokenCaches();
Run the application and Sign-in. Select ToDoList.
Expected behavior
Consent screen should be displayed.
Where is the issue?
Repro
services.AddMicrosoftIdentityWebAppAuthentication(Configuration)
.EnableTokenAcquisitionToCallDownstreamApi()
.AddInMemoryTokenCaches();
Expected behavior
Consent screen should be displayed.
Actual behavior
Requests goes into infinite loop.
Possible solution
Resolved with this Pull Request.
The text was updated successfully, but these errors were encountered: