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
{{ message }}
This repository was archived by the owner on Sep 21, 2018. It is now read-only.
If you have errors during authentication it can throw exceptions. In Production these are caught by
app.UseExceptionHandler("/Home/Error");and re-executed. However, Home/Error requires Authorization and you get stuck in an infinite loop.https://github.com/aspnet/Templates/blob/dev/src/Rules/StarterWeb/OrganizationalAuth/Single/NoRead/Startup.cs
https://github.com/aspnet/Templates/blob/dev/src/Rules/StarterWeb/OrganizationalAuth/Common/Controllers/HomeController.cs
@blowdart