2

游戏

发生错误:“未指定安全令牌发行者的地址。必须在绑定中为目标“net.tcp://localhost:5054/player”指定显式发行者地址,或者必须在证书。”

凭证有什么问题吗?

有什么想法吗?

4

1 回答 1

0

具有 IssuedToken 凭证类型的绑定设置:

<issuedTokenParameters keyType="SymmetricKey" tokenType="" /> 

使用下一个子节点作为发行者。

为此,请点击此链接:

http://msdn.microsoft.com/en-us/library/bb924499.aspx

这允许您指定客户端用于协商令牌的安全令牌服务器的地址。

<issuer>写成如下:

<issuer address="https://server/secure token server" binding="<binding type>" bindingConfiguration="<binding configuration for the secure token server>" />

希望它有帮助。

于 2013-04-05T04:47:37.717 回答