Hello,
trying to create WCF port, we imported app.confg to Custom WCF adapter, for UserName. we write pass to credentials and UserName. Bu I get error:
The adapter failed to transmit message going to send port “SendPort3” with URL “http://juri4:6020/ClaimsAwareWebService”. It will be retransmitted after the retry interval specified for this Send Port. Details:”System.InvalidOperationException: The address of the security token issuer is not specified. An explicit issuer address must be specified in the binding for target ‘http://juri4:6020/ClaimsAwareWebService’ or the local issuer address must be configured in the credentials.
This part I write to machine.config:
<ws2007HttpBinding>
<binding name=”noSctWs2007HttpBindingUserName”>
<security>
<message clientCredentialType=”UserName” negotiateServiceCredential=”true”
establishSecurityContext=”false” />
</security>
</binding>
<binding name=”noSctWs2007HttpBindingCertificate”>
<security>
<message clientCredentialType=”Certificate” negotiateServiceCredential=”true”
establishSecurityContext=”false” />
</security>
</binding>
</ws2007HttpBinding>
</bindings>
EndPOint is:
<identity>
<dns value=”STS_TEST” />
</identity>
Adress of service:
http://juri4.abc/Geneva/TicketCentral.ActiveSTS/ActiveSts.svc