Using multiple ASP Identity 2.0 within ASP.Net MVC 5 application

谁说我不能喝 提交于 2019-12-02 08:02:47

问题


I have a web application with admin area for managing content but the rest of the site is currently secured by ASP Identity that authenticates my public users. Now I need to authenticate some internal users to access the admin area.

Is this possible?


回答1:


What you are looking for is known as SSO (Single Sign On). With SSO a user can login once and access multiple applications. There are great articles on the web about the implementation. Have a look at http://arunendapally.com/post/implementation-of-single-sign-on-(sso)-in-asp.net-mvc for a sample.



来源:https://stackoverflow.com/questions/28802168/using-multiple-asp-identity-2-0-within-asp-net-mvc-5-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!