Single Sign-On using ASP.NET Identity 2.0 -


I am using ASP.NET ID 2.0 for our multi-app, multi-site single sign-on. Earlier, I have tried to work with the Thinktecture IdentityServer with meeting rebate, but two marriages are clearly a difficult task. Each separates itself from its point of view, but if we want to integrate, then we are left to ourselves.

Is it now possible that an ASP.NET identity 2.0 MVC app that manages passwords for multiple domain sites? It seems that the key bits are still in beta.

Note: We will store in SQL database and not in Azure or AD

Yes, you can do so until you are sharing the same data source for membership. You may be able to create a separate DB for membership which is accessible from all these apps / websites.


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -