SamlAssertionKeyIdentifierClause

时间:2011-11-15 21:56:11

标签: wcf wif

尝试使用以下片段从MVC Web应用程序调用WCF服务来打开频道。

当我检查令牌时,在VS中看起来是正确的,声明是正确的。

var channel = factory.CreateChannelWithIssuedToken<IAmTheService>(token);
channel.MyMethod(param);
  

&#39; SessionSecurityToken&#39;不支持SamlAssertionKeyIdentifierClause&#39;创建

我不确定从哪里开始寻找。 =(

想法?

修改

失败的原因是因为我需要使用bootstrapToken为服务发出另一个令牌,而不是直接发出sessionToken。

0 个答案:

没有答案
相关问题