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 has been archived by the owner on Dec 14, 2018. It is now read-only.
I think you have a bug here:
Mvc/src/Microsoft.AspNet.Mvc.Core/Filters/AuthorizeFilter.cs
Lines 35 to 47 in 64e726d
This will result in a null ClaimsPrincipal.Identity when the user is not authenticated.
You rather want to create an Identity that is not authenticated.
The text was updated successfully, but these errors were encountered: