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

前端 未结 7 1320
难免孤独
难免孤独 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:25

    I agree with Darrel that complex REST scenarios over WCF are a bad idea. It just isn't pretty.

    However, Dominick Baier has some good posts about this on his least privilege blog.

    If you'd like to see WSSE authentication support with fallback to FormsAuthenticationTicket support on WCF, check out the source code of BlogService.

提交回复
热议问题