windows-live-id

Windows Live ID in ASP.NET MVC

Hi, does anyone know is there a way to implement Windows Live ID authentication into your ASP.NET MVC site. There is some info about OpenID implementations and it uses some libraries. So is there a way to implement Live ID or it is not yet supported. Thank you ...

Windows Live ID giving back different User Token for the same User on different Apps?

Windows Live ID seems to be giving back a different User Token for the same User on different Apps. Heres the scoop. Windows Live ID is supposed (i think) to give me Unique User Token. I want to use this to identify the user. My App is 2 parts ... 1 = ASP.NET webapp...2 is WPF. (Same DB / User Table) Problem: When user logs in to ASP...

Weblog from Live Writer with Live ID authentication

I'm currently developing a weblog engine. I use Live Id for authentication when logging in online. I'm building support for Live Writer thru the MetaWeblogAPI. Is it possible to check Live ID authentication from within Live Writer? Does anyone know if this it is possible to do this myself? or do I have to create an alternative authenti...

Live ID with MVC with out ASP.NET Membership

Does anyone know is there a way to implement Windows Live ID authentication into your ASP.NET MVC site. I am moving a project from Web Forms to a MVC solution and do not want to rebuild the database so ASP.NET Membership mentioned in windows-live-id-in-asp-net-mvc is not a valid solution. And just to avoide this question the customer not...

Windows Mobile and Windows Live ID Authentication (Web Service)

Hello! Is there anyway to implement Windows Live ID Authentication in a Compact Framework WinForm application? (C#, .Net Compact Framework 2.0 SP2, Windows Mobile 5.0 and above). Is there a Web Service to use? Thank you! ...

Windows Live ID SOAP Authentication

Hello! I'm developing a .NET Compact Framework 2.0 SP2 application with C#. I need to use Windows Live ID Authentication. Is there any web service to do that? Thank you! ...

Does spring security support Windows live ID ?

for more details about the live id : https://accountservices.passport.net/ppnetworkhome.srf I have seen jar files in spring-security-2.0.5 indicating support for acl (i dont knw wht it is) cas (no idea again) NtLm open id does it support windows live id / is there any extension for spring that supports it ? ...

ASP.NET MVC + LiveID --> should I use the Membership provider & Account controller?

I'd like to use LiveID on 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, but: Using the Membership controller lets me see when a user last logged in. Using the Account controller makes setting authentication cookies a bit ea...

Windows Live ID Error 1017

Hello all, 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 this morning, it failed with the following error: There's a problem with the site you are trying to share your information wi...

where is the Live Services TAB gone on Windows Azure site?

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. Anyone have a similar experience and know where to get them now? thanks guys Edit: I am using Exercise 2 - Using Live ID Authentication in the Azure P...

provider discovery url in windows live id

Microsoft has announce that WindowsLiveID become a OpenID provider. I want implement it in my application but I can't find the provider discovery URL. In blog post they call about live.com but it's doesn't works. Anyone know this provider discovery URL ? ...

How to use Windows live contacts api to allow users to import contacts

I can't find a good, simple tutorial on how to achieve this in PHP / Javascript. Basically the same thing FB has where the users specifies their hotmail account and then gives permission to FB to access their contacts. As the API seems to have changed most tutorials simply don't work like: http://livecontactsphp.codeplex.com/ which d...

Using Live ID for authentication in a Silverlight 4 Out of Browser App

Hi, 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. Thanks ...

hotmail or live id openid support ?

Is windows Live ID or hotmail ID supports OpenID based authentication ? if yes, what is endpoint url ? Do I have to register my application somewhere to use it ? or does it have their own api ? Thanks. ...

Problems sending message between Silverlight apps

Has anyone had any issues communicating between two Silverlight apps. When I try to send a message from one app, I get an error, "The message could not be delivered to receiver." My code for sending is below. I'm using the similar code that is in the samples for implementing Windows Live ID in a Silverlight App. I have this working wh...

Getting the currently logged-in Windows Live Id (Windows Phone 7)

I know Windows Phone 7 requires you to enter you Windows Live Id on startup. Is there a way to get access to information about that account from my Silverlight app installed on the phone? Thanks, ...

Can RubyCAS Use Windows Live ID as a Back-end Authentication Scheme?

All but one of our clients are using RubyCAS (or some version of CAS) to authenticate with our system, but one client uses Windows Live ID which requires that we maintain a separate authentication module for that one client. So, does anyone know if it is possible for RubyCAS (or another CAS system) to use Windows Live ID as the back-end...

Open ID endpoint for Hotmail/Windows Live

Is there one? I can find articles that talk about it's implementation from 2008: http://winliveid.spaces.live.com/blog/cns!AEE1BB0D86E23AAC!1745.entry http://www.readwriteweb.com/archives/microsoft_windows_live_openid.php But I can't seem to find any actual documentation on how to use it. Anyone used it? Does it exist? ...

How to check if Windows Live ID account exists for specified login?

Is it possible to check if Windows Live ID account exists for emails specified? I would like not to add sign-in feature for my application, just check that account specified by user exists. ...

Is Windows Live ID an OpenID Provider?

I've heard different things. Seems like Microsoft experimented with a beta service, but I don't know if it's still available, or ever made it into production. If Windows Live ID is an OpenID Provider, where is the endpoint? ...