Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to use ASP.NET Identity 2.0 in current project and would like take advantage of claims management in ASP.net identity modules.

I have a multi-tenant application, where users of any tenant can be invited access the data of any other tenant by the tenant's admin using email address.

Once user receives an invitation email then user is prompted to create a password if he is not current application user, if the invitee is a current user then he can login and the tenant will added to his tenant list that user can use.

From the list user can click on any tenant to update the data. While using a tenant user can switch to another tenant using a dropdown list without re-entering credentials.

I am somewhat puzzled what is the best way to go about tackling this situation, thanks.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900