I have two authenticate users in two ways:
- If they are an internal user we authenticate through Windows' active directory
- If they registered with the site they authenticate through Forms Authentication
In MVC 3/4 I was able to accomplish this by implementing a custom membership provider and custom role provider.
Is the same possible in MVC 5 using OWIN and Identity and how can it be done?