wcf - Configuring SSL (https) for ws2007FederationHttpBinding Endpoint 404 No Endpoint found -



wcf - Configuring SSL (https) for ws2007FederationHttpBinding Endpoint 404 No Endpoint found -

another wif related problem - can point me in direction of how configure https in wcf ws2007federationhttpbinding endpoint. have certificates , bindings set-up in iis, whenever seek connect endpoint 404 error. binding looks this

<bindings> <ws2007federationhttpbinding> <binding name="bindingconfigname"> <security mode="transportwithmessagecredential"> <message establishsecuritycontext="false"> <issuermetadata address="https://identity.localhost/issue/wstrust/mex" /> <claimtyperequirements> <add claimtype="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name" isoptional="true" /> <add claimtype="http://schemas.microsoft.com/ws/2008/06/identity/claims/role" isoptional="true" /> </claimtyperequirements> </message> </security> </binding> </ws2007federationhttpbinding> </bindings>

endpoint looks like

<endpoint address="https://services.localhost/myservice.svc" binding="ws2007federationhttpbinding" bindingconfiguration="bindingconfigname" bindingnamespace="mynamespace" contract="iservicecontract"> </endpoint>

really struggling see do.

matt

wcf ssl https wif ws-federation

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -