I am working through examples of using Thinktecture's IdentityServer v3 along with ASP.NET Identity. I see that ASP.NET Identity is set up to manage users by roles and claims. Is there any feature that allows you to partition users such that the same user name can exist in different partitions.
If so how would one go about modifying the IdentityManager sample project (https://github.com/IdentityManager/IdentityManager/wiki) to include this parameter on the interface? I am having a very difficult time understanding the IdentityManager project, because there are no views or html files or controllers in the host project to help figure out how the pages are being served.