Question

I'm trying to implement Windows Live Authentication in my ASP.Net application. Article really help me out. Above article needs redirection to the Windows Live website for authentication which i don't want to be. As am writing the code in a web service which will be called from mobile application. Any idea on how i can achieve this ? Later with this authentication i will try to access the Microsoft Forums Services.

Thanks in advance.

Was it helpful?

Solution

You could use the HttpWebRequest class to post the credentials along with the AppId if you don't want to use this frame or you can't because of the service.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top