c# - WCF Client error: “The address of the security token issuer is not specified” -
error occur: "the address of security token issuer not specified. explicit issuer address must specified in binding target 'net.tcp://localhost:5054/player' or local issuer address must configured in credentials."
there wrong in credentials?
have idea?
binding setup issuedtoken credential type:
<issuedtokenparameters keytype="symmetrickey" tokentype="" />
use next child node issuer.
for follow link:
http://msdn.microsoft.com/en-us/library/bb924499.aspx
this allows specify address of secure token server client should use negotiate token.
<issuer>
written follows:
<issuer address="https://server/secure token server" binding="<binding type>" bindingconfiguration="<binding configuration secure token server>" />
hope helpful.
Comments
Post a Comment