Asp.net mvc Owin WS联合会。wsignoutcleanup1.0不工作

Asp.net mvc Owin WS联合会。wsignoutcleanup1.0不工作,asp.net-mvc,owin,katana,ws-federation,Asp.net Mvc,Owin,Katana,Ws Federation,在以新的owin样式设置WS-Federation之后,wsignoutcleanup1.0请求似乎不起作用 设置: app.UseCookieAuthentication(new CookieAuthenticationOptions { AuthenticationType = "Cookies" }); app.UseWsFederationAuthentication(new WsFederationAuthenticationOptions {

在以新的owin样式设置WS-Federation之后,wsignoutcleanup1.0请求似乎不起作用

设置:

app.UseCookieAuthentication(new CookieAuthenticationOptions
{
     AuthenticationType = "Cookies"
});
app.UseWsFederationAuthentication(new WsFederationAuthenticationOptions
{
     MetadataAddress = "https://mysts.com/metadata",
     Wtrealm = "urn:myclient.com",
     SignInAsAuthenticationType = "Cookies"
});
现在,在签入后-我尝试直接从浏览器执行ws-signout请求,如下所示:

不幸的是,没有执行任何注销操作。为什么?
wsignoutcleanup1.0的MSDN规范:

根据这一讨论:它似乎还不支持