Biztalk+WCF+STS

Home Page Forums BizTalk 2004 – BizTalk 2010 Biztalk+WCF+STS

Viewing 2 reply threads
  • Author
    Posts
    • #21724

      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

       

    • #21729

      There is problem that Biztalk can’t work with ws2007FederationHttpBinding. 

      Adapter.. isn’t full

    • #21730
Viewing 2 reply threads
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.