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
13
votes
3 answers

run powershell command using csv as input

I have a csv that looks like Name, email, address Name, email, address Name, email, address I am wanting to run New-Mailbox -Name "*Name*" -WindowsLiveID *email* -ImportLiveId (where *x* is replaced by the value from the csv). on each line…
Hailwood
  • 89,623
  • 107
  • 270
  • 423
12
votes
4 answers

Does HoTMaiL or Windows Live ID support OpenID authentication?

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?
Keyur Shah
  • 1,335
  • 1
  • 11
  • 14
11
votes
1 answer

Log in to desktop application by Windows Live ID

I want to create a login form for my desktop application that user can use Windows Live ID for that. I create an application in manage.dev.live.com and use Desktop Implementation section. I use a WebBrowser control and navigate to a given address.…
amirhosseinab
  • 1,030
  • 2
  • 16
  • 29
11
votes
3 answers

How should I handle user identity for a Window Phone / WCF / ASP.NET MVC application?

I'm working on an application which allows data entry and display from both a Windows Phone application and an MVC 3 web interface. Data access for the phone client is via authenticated WCF services hosted in the MVC 3 application. Users will be…
Jon Galloway
  • 52,327
  • 25
  • 125
  • 193
10
votes
1 answer

Microsoft Live API - The access token isn't valid

I'm trying to implement "login with Outlook.com" flow, which involves client and server code. The flow is: from the client redirect the user to: https://login.live.com/oauth20_authorize.srf?client_id=< client_id >&response_type=code&redirect_uri=<…
burgi
  • 275
  • 3
  • 14
10
votes
1 answer

How to define Microsoft Live OAuth redirect url for on-premise web application?

With OAuth the ClientID and redirect_url have a strong connection: You need a seperate ClientID for each redirect_url. This is a problem for on-premise applications which have multiple deployments in multiple domains. Is there any way to implement…
Mikko Rantanen
  • 7,884
  • 2
  • 32
  • 47
8
votes
3 answers

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?
Chris Fulstow
  • 41,170
  • 10
  • 86
  • 110
8
votes
2 answers

Reverse engineering the Xbox One Smartglass app's API authorization header

Since Microsoft decided to put the profile pages for Xbox Live users behind a login wall for some stupid reason I have been forced to find other means to determine if a Xbox Live user is online or not. To do this I have used mitmproxy to figure out…
Reid Main
  • 3,394
  • 3
  • 25
  • 42
6
votes
2 answers

Are any other claims available from Windows Live ID via the ACS 2.0 identity provider?

I understand that currently the default Windows Live ID identity provider in ACS 2.0, only provides two claims the nameidentifier (a base64 unique id associated with the user and your application, but useless for describing someone) and the…
5
votes
2 answers

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…
Rob Stevenson-Leggett
  • 35,279
  • 21
  • 87
  • 141
5
votes
3 answers

Windows Live ID in ASP.NET MVC

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…
gljivar
  • 440
  • 7
  • 19
4
votes
2 answers

OneDrive api get all photos

pls can somebody help me with Live api. I need get all photos from OneDrive. I do not want use "/me/albums" and then foreach album call another methods. Is there somu method for that. I missing something? I try google but links are dead. thank you
Lenny
  • 155
  • 3
  • 11
4
votes
2 answers

How should a developer setup Azure for a customer?

I don't want ShortTermDeveloper@hotmail.com to be the admin of my Azure account. I also don't want to share the Admin@MyBusiness.com password with a bunch of developers. What I want (I think) is what we're used to - admin account(s) and sub…
Jerry Nixon
  • 31,313
  • 14
  • 117
  • 233
4
votes
1 answer

How do I better control how DotNetOpenAuth uses Microsoft Account (Live ID)?

I am using the new OAuthWebSecurity wrapper for DotNetOpenAuth to allow users to log in to an MVC4 application with their Microsoft Account (aka Windows Live ID). I have registered the microsoft…
Matt Johnson-Pint
  • 230,703
  • 74
  • 448
  • 575
3
votes
1 answer

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…
Sorskoot
  • 10,190
  • 6
  • 55
  • 98
1
2 3 4 5 6 7