Sharing owin identity cookie with MVC 5?

血红的双手。 提交于 2019-12-06 07:55:57

Found this article on code project today when I was wondering the same thing, not 100% sure but definitely seems possible to me.

Part 1 - The design: http://www.codeproject.com/Articles/106439/Single-Sign-On-SSO-for-cross-domain-ASP-NET-applic

Part 2 - The implementation: http://www.codeproject.com/Articles/114484/Single-Sign-On-SSO-for-cross-domain-ASP-NET-appl

Granted this is not actually sharing a cookie between domains but using a SSO user management web service (which seems fine to me!)

NB: I know link only answers are discouraged but these articles are huge, anyone who wants to tell me how to do this properly is welcome :)

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