Thinktecture identity server 3 Single Sign Out -
i hope 1 point me towards right direction. have setup identity server 3 on iis , 2 different mvc clients identity server. little confused single sign out. hoping achieve single sign out. when login, each client web site setup own aspnet session cookie. when logout 1 client, other client still retain session(because of own session cookie). how can achieve single sign out multiple applications different domains.
the openid connect spec single sign-out hasn't yet been published/completed. it's still work in progress here: http://openid.net/specs/openid-connect-session-1_0.html
identityserver support part of sign-out though. need make sign-out request op via end_session_endpoint url that's in metadata.
Comments
Post a Comment