Pregunta

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.

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top