Identity Server / OWIN单点登录

时间:2016-07-12 10:55:09

标签: asp.net-identity owin identityserver3

我对此示例有疑问: https://github.com/IdentityServer/IdentityServer3.Samples/blob/master/source/Clients/MVC%20OWIN%20Client/Controllers/HomeController.cs#L50

根据我的理解,用户登录Signout()方法, 重定向到Identity Server。服务器将通过IFrame注销所有其他客户端应用程序,包括启动注销的应用程序。

这是SignoutCleanup(string sid)方法的用途。 但由于我已经注销,并且端点不需要身份验证,我的用户将为null并且不会执行注销。这是针对启动注销的应用程序的设计,还是仅在SignoutCleanup(string sid)而不是Signout()中执行注销?

谢谢..

1 个答案:

答案 0 :(得分:0)

Signout()清除cookie只是主动,以防任何其他任何移动部件失败。