Using asp.net membership provider authentincation in WCF service

Posted by ryudice on Stack Overflow See other posts from Stack Overflow or by ryudice
Published on 2010-04-10T22:51:59Z Indexed on 2010/04/11 6:13 UTC
Read the original article Hit count: 467

Is there a way to use the same username and password from the membership provider for a WCF service authentication? if so, which binding does it supports? I need to extract a profile variable from the user currently calling the service. Thanks for any help.

© Stack Overflow or respective owner

Related posts about wcf-security

Related posts about wcf