How to configure secure RESTful services with WCF using username/password + SSL

前端 未结 7 1363
难免孤独
难免孤独 2020-12-07 18:12

I\'m looking to write a config file that allows for RESTful services in WCF, but I still want the ability to \'tap into\' the membership provider for username/password authe

7条回答
  •  醉话见心
    2020-12-07 18:47

    Yes agreed with Moto, a link off the WCF Starter Kit is the closest thing I saw to authentication of credentials using a custom HTTP header (http://msdn.microsoft.com/en-us/library/dd203052.aspx).

    However I could not get the example going.

提交回复
热议问题