WebService authentication via default MembershipProvider
Posted
by Mickel
on Stack Overflow
See other posts from Stack Overflow
or by Mickel
Published on 2010-04-02T13:42:57Z
Indexed on
2010/04/03
9:43 UTC
Read the original article
Hit count: 455
What is the best practice when you need to authenticate specific OperationContracts
, while using the default MembershipProvider
for security (FormsAuthentication
).
I guess that doing Membership.ValidateUser
and Membership.GetUser
just won't cut it when using WebServices, right?
© Stack Overflow or respective owner