I\'m attempting to use WIF to have my ASP.NET MVC app rely on Windows Live ID for authentication. I\'ve follow开发者_如何学运维ed this example exercise:
I am using this example to successfuly make a login connection on windows live platform: http://code.msdn.microsoft.com/messengerconnect
Is there Messenger Connect API for Windows Phone 7 to use in Silverlight phone application to allow user authentication with windows live id and get a user consent to share profile data with my app? I
I\'m developing a Windows Phone 7 app but don\'t want to re-implement my own identity / authentication service - espcially when we 开发者_StackOverflowknow the user will be signed in with a Windows Li
Does Windows Live ID or Hotmail (Passport) support OpenID based authentication? If yes, what is the endpoint url, and do I have to register my application somewhere to use it?
Is it possible to use Live ID for authentication in a Silverlight 4 Out of Browser App. If it is do you know of any sample code.
I happens to find this nice article explaining how OpenID works. Clearly, OpenID consumer and OpenID server transfer information through URL query string.
开发者_开发百科I am trying to generate LiveID acess keys on the Azure Services Developer Portal but I cant find where the Live Services Tab is gone so I can retrieve the application id and secret key.
I have a web application that has been up and running for quite some time now using the Windows Live ID delegated authentication. It\'s been in production for a couple of months, and all of a sudden t
I\'d like to use LiveID o开发者_如何学运维n an ASP.NET MVC site.Should I still use the ASP.NET Membership provider?How about the default MVC Account controller?I have things working without either, bu