开发者

How to configure WCF Service with Https WindowsAuthentication?

开发者 https://www.devze.com 2022-12-26 10:18 出处:网络
I am trying to figure it out how to set configurations on my service and Silverlight client App to work on Secure Windows Authentication.

I am trying to figure it out how to set configurations on my service and Silverlight client App to work on Secure Windows Authentication.

I have my service configured like this:

    <binding name="currentCustomBinding">

      <binaryMessageEncoding />

      <httpsTransport authenticationScheme="Ntlm" bypassProxyOnLocal="true" />

    </binding>

  </customBinding>

      <serviceMetadata httpGetEnabled="False" httpsGetEnabled="True" />

      <serviceDebug includeExceptionDetailInFaults="false" />

    </behavior>

  <service name=" OperationService" behaviorConfiguration=" OperationServiceBehavior">

    <endpoint address="" behaviorConfiguration=" OperationServiceBehavior" binding="customBinding" bindingConfiguration="currentCustomBinding" contract="OperationServic开发者_开发知识库e" />

  </service>

Any ideas? 10q

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号