Archive for May, 2011
Passing WCF username AND PASSWORD to service handler
Posted by hakanl in Uncategorized on May 17, 2011
The correct way to do this in WCF is to implement IAuthorizationPolicy to replace PrimaryIdentity in the ServiceSecurityContext.
http://www.neovolve.com/post/2008/04/07/wcf-security-getting-the-password-of-the-user.aspx