does hotmail/live support openid? if so , please help me with some sample programs to integrate windows openid in asp.net mvc. According to this link, microsoft does not support openid: http://en.wikipedia.org/wiki/Windows_Live_ID#Support_for_OpenID I din't find any new post or updates about this in recent months. Please help.
Asked
Active
Viewed 1,241 times
2 Answers
3
Yes recently, though it doesn't seem well publicised.
It is written up in the "Live Connect APIs" section of MSDN
http://msdn.microsoft.com/en-us/library/live/hh243647.aspx
Update Apr 2015: Its available, these days the info is avialable at One Drive Auth

Jeremy Thompson
- 61,933
- 36
- 195
- 321

back_ache
- 382
- 1
- 13
-1
Short answer - no. Windows Hotmail (by which I suppose you now mean Outlook) / Live (again by which I suppose you mean Microsoft Accounts) both support OAUTH 2. See http://msdn.microsoft.com/en-us/library/live/hh243647.aspx

David Christiansen
- 5,869
- 2
- 36
- 42
-
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 May 03 '17 at 21:36
-
Would you mind revisiting this answer? Both the other answer and the comment seem to indicate that as of late OpenID is available for use, thus making this accepted answer now no longer applicable. – Adriaan Sep 01 '17 at 10:07