12

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?

If no, do they have their own API for 3rd-party authentication?

Shog9
  • 156,901
  • 35
  • 231
  • 235
Keyur Shah
  • 1,335
  • 1
  • 11
  • 14

4 Answers4

12

On the Windows Live Blog, there are only two different mentions of Open ID. Neither of those point to any actual movement on implementing Open ID.

There is no mention of a working Microsoft provider on the OpenID Web Site. Even though Microsoft is part of the OpenID board, it seems they are only adding OpenID support within Microsoft products.

There was the mention of an experimental OpenID provider from Microsoft back in 2007, but the web site isn't working. In addition, there was another experimental OpenID provider for Windows Live, but it was shut down in 2009.

I believe that with the death of Windows CardSpace in February 2011 and the purchase of Credentica, it sounds like Microsoft is jumping out of the OpenID bandwagon in favor of a proprietary solution.

jveazey
  • 5,398
  • 1
  • 29
  • 44
  • 1
    Also see this http://stackoverflow.com/questions/4056263/is-windows-live-id-an-openid-provider – airmanx86 Aug 23 '11 at 23:35
  • @airmanx86 While that answer is still true, it doesn't cover the answer in any real detail. That's what I was trying to do with my answer. – jveazey Aug 29 '11 at 18:50
  • I voted up your answer which mean it is a good answer. I just wanted to share another thread which talk about something similar :) – airmanx86 Sep 03 '11 at 02:30
  • This is an out of date answer - OpenID Connect is supported as of Feb 2016, please read: https://blogs.technet.microsoft.com/enterprisemobility/2016/02/23/for-developers-the-first-use-cases-of-the-converged-microsoft-account-and-azure-active-directory-programming-model-are-now-ga/ – saille May 03 '17 at 02:11
3

Source: http://en.wikipedia.org/wiki/Windows_Live_ID#Support_for_OpenID

Support for OpenID

On October 27, 2008, Microsoft announced that it was publicly committed to supporting the OpenID framework, with Windows Live ID becoming an OpenID provider. This would allow users to use their Windows Live ID to sign-in to any website that supports OpenID authentication. There has been no update on Microsoft's planned implementation of OpenID since August 2009.

The project has been planned a few time ago, but it seems not to be implemented.

Community
  • 1
  • 1
Darxis
  • 1,482
  • 1
  • 17
  • 37
  • This is an out of date answer - OpenID Connect is supported as of Feb 2016, please read: https://blogs.technet.microsoft.com/enterprisemobility/2016/02/23/for-developers-the-first-use-cases-of-the-converged-microsoft-account-and-azure-active-directory-programming-model-are-now-ga/ – saille May 03 '17 at 02:11
1

Additional Data found here.

This CSS Sprite, which includes the OpenID logo in it,
would indicate that they (have/had) planned to include support within Windows Live.

TheCodeArtist
  • 21,479
  • 4
  • 69
  • 130
jaygeek
  • 1,004
  • 10
  • 14
  • 1
    Giving you a start. But you should seriously improve this answer, to give more self contained details, but the links. Site policies about _link only_ answers had been hardened meanwhile, and will be more obeyed now. – πάντα ῥεῖ Jun 02 '15 at 21:14
0

OpenID Connect is supported by Microsoft Accounts (aka Windows Live ID, aka Microsoft Passport etc.) as of Feb 2016, please read: https://blogs.technet.microsoft.com/enterprisemobility/2016/02/23/for-developers-the-first-use-cases-of-the-converged-microsoft-account-and-azure-active-directory-programming-model-are-now-ga/

saille
  • 9,014
  • 5
  • 45
  • 57