Monthly Archives: July 2018

Beware the combined authorize filter mechanics in ASP.NET Core 2.1

Originally posted on brockallen:
In ASP.NET Core 2.1 one of the security changes was related to how authorization filters work. In essence the filters are now combined, whereas previously they were not. This change in behavior is controlled via the…

Posted in Uncategorized | Leave a comment

IdentityManager2

Originally posted on brockallen:
In 2014 I developed and released the first version of IdentityManager. The intent was to provide a simple, self-contained administrative tool for managing users in your ASP.NET Identity or MembershipReboot identity databases. It targeted the Katana …

Posted in Uncategorized | Leave a comment