praveen1981
asked on
Find User in Windows Authentication in WCF
Hi
I am using the windows authentication in WCF , now i want to check whether the user belongs to perticular role or not
can you please say me where can i write this code in WCF.
I am using the windows authentication in WCF , now i want to check whether the user belongs to perticular role or not
can you please say me where can i write this code in WCF.
ASKER
Hi
The above links doesn't says that in which event i need to capture the user details for validation in WCF ,
can you please suggest.
The above links doesn't says that in which event i need to capture the user details for validation in WCF ,
can you please suggest.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Thanks, it solved.
Please find the below links.
http://rouslan.com/2009/03/20-steps-to-get-together-windows-authentication-silverlight-and-wcf-service/
http://www.devatwork.nl/2007/05/wcf-username-authentication/
http://www.codeproject.com/KB/WCF/WCFBasicHttpBinding.aspx
Hope it may helpful to you.
Thanks
Guvera