WCF Authentication WITHOUT SSL

前端 未结 1 1976
醉话见心
醉话见心 2021-02-05 12:24

Is there a way to setup authentication (ala \"Basic Authentication\") without actually setting up an SSL Certificate? I\'d also like to do this in REST or regular SOAP WCF Serv

相关标签:
1条回答
  • 2021-02-05 12:27

    Use TransportCredentialOnly security mode. This post explains how to do it:

    http://developers.de/blogs/damir_dobric/archive/2006/07/31/890.aspx.

    Don't forget that you also have to enable basic authentication in IIS.

    0 讨论(0)
提交回复
热议问题