We currently have OWIN setup to authenticate our Web APIs that are at the root site. These are used by normal users. We are now in need of the ability to call similar functionality, but as a admin. We thought about creating a Area such as "Admin" and have APIs within it. But we need it to authenticate using a different OWIN UserManager, as our admin accounts are stored in a separate location than normal users.
Is it possible to use a different OWIN UserManager for a sub folder or "Area" of a site?