Thinktecture identity server 3 Single Sign Out

荒凉一梦 提交于 2020-01-04 06:26:29

问题


I hope some one point me towards right direction. I have setup Identity server 3 on IIS and 2 different MVC clients to this Identity server. I am little confused about SIngle Sign out. I was hoping to achieve single sign out. However when i login, each client web site setup its own aspNet session cookie. When i logout from one client, the other client still retain its session(because of its own session cookie). How can i achieve Single sign out for multiple applications with different domains.


回答1:


The OpenID Connect spec for single sign-out hasn't yet been published/completed. It's still a work in progress here: http://openid.net/specs/openid-connect-session-1_0.html

IdentityServer does support part of the sign-out though. You need to make a sign-out request to the OP via the end_session_endpoint URL that's in the metadata.



来源:https://stackoverflow.com/questions/27018095/thinktecture-identity-server-3-single-sign-out

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