Supporting Individual User Accounts AND Organizational Accounts in MVC5 / ASP.Net Identity 2

后端 未结 3 907
刺人心
刺人心 2021-02-01 08:19

I\'ve created an ASP.Net MVC5 application, in which I have configured (and have working fine) Individual User Accounts via Google, Facebook, etc.

What I\'d like to do is

3条回答
  •  一生所求
    2021-02-01 08:58

    Your best bet would be to leverage Azue AD Access Control Services (ACS) and setup the Identity Providers to include Azure AD, Facebook, et al. See the documentation here: http://azure.microsoft.com/en-us/documentation/articles/active-directory-dotnet-how-to-use-access-control/

提交回复
热议问题