ASP.NET Identity with multiple applications

前端 未结 3 941
猫巷女王i
猫巷女王i 2020-12-28 10:16

so our organization is developing some new web apps using asp.net mvc and web api. we decided to not use active directory for authentication/authorization purposes so it loo

3条回答
  •  天涯浪人
    2020-12-28 10:52

    For the single sign on it's possible sharing cookies or using a different session state such as or https://msdn.microsoft.com/en-us/library/ms178586(v=vs.140).aspx

提交回复
热议问题