Click here to Skip to main content
15,867,568 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
how to implement Authentication in a WCF using a token identifier which gets passed in the request header.

It would be helpful if i get a sample implementaion of a service which handles the token passed in the request header.

Thanks
Rams
Posted

1 solution

This is not really a question that can simply be answered in a Q&A forum like this. You are going to have to do some reading and learning about this. Here are some links to get you on your way.
Authentication and Authorization in WCF Services - Part 1[^]
Implementing Secure Token Service with WCF[^]
How to create a secure token authenticator[^]
 
Share this answer
 
v2

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