I am writing a WCF service that uses wsHttpBinding, which is not hosted in IIS, but in Windows Service. I want to have a Login (user, pass) method in a service that will give a ticket to the client if it is valid.
Can someone help me understand how to implement ticket authentication in WCF? Is there any standard mechanism, or should I implement my own? I also want to store other data for each user in the service.
source share