Hi,
I am trying to enable the WCF authentication service as a rest service. I want to be able to call Login, ValidateUser, etc... from my client through a rest endpoint.
I have had no problem setting up WCF authentication to work as described in this article:
http://msdn.microsoft.com/en-us/library/bb398990.aspx
How do I convert that into a rest service? I am very new to rest services in general.
Thanks in advance.
-splitpete-
View Complete Post