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

前端 未结 1 1199
野趣味
野趣味 2021-01-24 05:53

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 aut

1条回答
  •  北海茫月
    2021-01-24 06:38

    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.

    0 讨论(0)
提交回复
热议问题