Click here to Skip to main content
15,884,629 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi to all,

I have created WcfRestService using C# which returns the some set of costumer detail. Now i want to implement custom soap header with security token and username and password in requst to Authenticate each request.

As i am new in WCF so please help me to implement custom security in WCF by which i can authenticate each request.

Thanks in advance.
Posted
Updated 27-Aug-14 5:08am
v3
Comments
joshrduncan2012 27-Aug-14 8:30am    
Help you with what? You haven't shown us any effort on your part first. What have you tried? Where are you stuck?

1 solution

You need to extend WCF service to implement custom checking..may be the following will be helpful
Basic Authentication on a WCF REST Service
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900