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 Dec 13, 2018. It is now read-only.
If AutomaticAuthentication is disabled through:
services.ConfigureCookieAuthentication(c => c.AutomaticAuthentication = false);
requests to controllers with an Authorize attribute give a 500 Internal Server Error with the following error:
System.InvalidOperationException
The following authentication scheme was not accepted:
There is no authentication scheme at all.
It can be reproduced using the default asp.net 5 WebApplication template (with individual accounts).
Just browse directly to http://localhost:{port}/Manage