Questions tagged [windows-live-id]

A Windows Live ID is the email address and password you use to sign in to any of the following: Xbox LIVE Zune Hotmail MSN Messenger Find My Phone OneDrive (formerly SkyDrive)

Once you've created a Windows Live ID—and you may have done so without even realizing it—you can use it to buy apps, games, or music on Marketplace, play Xbox LIVE games, use Messenger and Facebook Chat, add Twitter and LinkedIn accounts to your People Hub, use a Zune Music Pass, and more.

You can use any email address you want to create a Windows Live ID. If you don't have a Windows Live ID, we'll walk you through creating one when you sign in on your phone. Or you can create one at www.live.com.

98 questions
3
votes
1 answer

Why does Live connect always prompts for giving consent?

I want to authorize my users with Windows Live. I use the windows Live Connect 5.0 SDK for this. I am using a WPF WebBroser control to get a token but it always prompts for consent. I let the webbrowser navigate to the following…
Sjoerd
  • 620
  • 5
  • 10
3
votes
2 answers

Windows Live ID Single-Sign-On on Windows Phone 7

Is there any way to implement Single-Sign-On with Windows Live Id (hotmail account) in Windows Phone?
VansFannel
  • 45,055
  • 107
  • 359
  • 626
3
votes
2 answers

Windows Live Id Authentication for Windows Phone 7

I'm developing a Windows Phone 7 app but don't want to re-implement my own identity / authentication service - espcially when we know the user will be signed in with a Windows Live account. But, I understand from this thread that Microsoft will not…
will
  • 3,975
  • 6
  • 33
  • 48
3
votes
2 answers

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,
will
  • 3,975
  • 6
  • 33
  • 48
3
votes
1 answer

How does Windows LIve ID work?

I happens to find this nice article explaining how OpenID works. Clearly, OpenID consumer and OpenID server transfer information through URL query string. I'm wondering how Live ID accomplish similar functionality. It seems the info is not…
Morgan Cheng
  • 73,950
  • 66
  • 171
  • 230
3
votes
3 answers

Windows Live SDK doesn't LogOut()

Microsoft Live ID is now called Microsoft Account. Having said that, let's say I log into Windows 8 as sam@email.com and run an app. That app uses the Live SDK to access my Microsoft Account profile. Before it can do so, however, I must give it…
Jerry Nixon
  • 31,313
  • 14
  • 117
  • 233
3
votes
2 answers

Using Windows Live ID authentication in a Windows Phone 8 app

I am trying to write a Windows Phone 8 app which needs to save some information about the user in the cloud, to be able to identify him/her in future. For the cloud database, I am using Azure Mobile Service. But, I am not sure what information to…
Raman Sharma
  • 4,551
  • 4
  • 34
  • 63
3
votes
2 answers

Using ADFS 2 with Live Id as a Claims provider

Has anyone succeeded in configuring ADFS2 to use Live Id (or Google, Yahoo etc) as a Claims provider, and if so where did you get the configuration instructions (can you share them please) I have previously manged to do this with ACS in Azure to…
CraigGRA
  • 33
  • 1
  • 4
3
votes
1 answer

Retrieving JSON result from Windows Live ID query

I'm having trouble retrieving the whole JSON from Live ID API call. I'm working thru the OAuth2 flow with Windows Live ID, in order to get profile info (& some related items, like phone numbers and preferred email). I'm using perl & Net::OAuth2. The…
2
votes
1 answer

What is the best way to use live id authentication with azure based asp.net mvc project?

What is the best way to use live id authentication with azure based asp.net mvc project? I find the options 1) With in Live SDK, there are options like REST, JavaScript, C# etc. 2) Since my project will be hosted in azure, there is another way…
Suresh Balla
  • 189
  • 2
  • 16
2
votes
3 answers

Match Azure ACS nameidentifier from Live ID to list of known users?

Judging from questions posted on here on stackoverflow alone, Azure ACS appears to be disappointing many implementers because of its inability to provide an email address for a Windows Live ID user. This would certainly be useful in not only…
BillVo
  • 565
  • 1
  • 5
  • 20
2
votes
1 answer

WIndows Live ID OAuth2 Redirect Issue

I am attempting to incorporate Windows Live ID in my application. First, I created a Windows Live Dev Application account, here: http://msdn.microsoft.com/en-us/windowslive Let's pretend my Client ID is 12345 (of course, it's really quite…
Jerry Nixon
  • 31,313
  • 14
  • 117
  • 233
2
votes
1 answer

Messenger Connect OAuth Wrap api to get user emails

I want to write a php script using which i can import the address book of a user from hotmail/windows live. I am using Messenger Connect OAuth Wrap api to do that. After getting the access token, i retrieved user's contacts using…
Saad Nawaz
  • 221
  • 1
  • 9
2
votes
0 answers

Did Windows LiveID finally every get integrated into OpenID?

Two or three years ago, Microsoft announced that they were going to support OpenID with LiveID. I can't find an OpenID url for Microsoft anywhere. Did they scrap the idea? What happened? Is there an OpenID url for Microsoft Live I'm not aware of?
Ben Lesh
  • 107,825
  • 47
  • 247
  • 232
2
votes
1 answer

What has changed in Microsoft oAuth 2.0 implementation?

I have a web site that has been using Microsoft accounts for authentication for more than three years. It is a Node web app and is using the passport-windowslive package. Lately, when users return from login.live.com after logging successfully using…
Old Geezer
  • 14,854
  • 31
  • 111
  • 198