I'm trying to create an MVC5 application that uses Windows Authentication but uses roles pulled from a User model.
I've searched high and low for an example, but the only ones I can find are based on the old ASP.NET identity framework.
Anyone care to point me in the right direction?!
Thanks!