Click here to Skip to main content
15,888,031 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a WCF webservice , which can be accessed by both anonymous users and authenticated users.


client will pass me the user name and password i have to validate it and return a token , next time client will pass me the token i have to check the token and also have to check expiration of the token.

How can I achieve this...
Posted

1 solution

 
Share this answer
 
Comments
Sharee82 15-Aug-11 10:53am    
is it possible i will user name and password authentication without X.509 Security Token

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