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
1
vote
1 answer

Windows Live ID Continue Button Broken

We have a production web application that uses Windows Live ID as its authentication mechanism. For several months now, it has been working great. However, in early August, we suddenly started experiencing a serious problem... If the user is already…
Nick B
  • 1,101
  • 9
  • 19
1
vote
1 answer

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…
cmask
1
vote
1 answer

Is there a way to get the email address associated with a Windows Live ID?

I have a client that wants to use Windows Live ID Delegated Authentication SDK 1.2 to provide authentication for their website. The architecture that they proposed was to have a database table that contained the email addresses of users who were…
Zachary Yates
  • 12,966
  • 7
  • 55
  • 87
1
vote
2 answers

Windows Live ID login via HttpRequest

I want interact with one web via HttpRequest/HttpResponse. But the web requires login via Windows Live ID. I go to the live login page, but I can't get any usable response from login page. The code used to access the login page: var request =…
TcKs
  • 25,849
  • 11
  • 66
  • 104
1
vote
0 answers

Invalid LiveId: Mobile App interfacing with Microsoft LiveId (Xamarin)

Hi Developers in house. I have a mobile App with a double Authentication approach where i use Microsoft liveId. After sometime, some users report they get "Invalid LiveID" Error even when they can manually log in to Microsoft LiveId site. I have…
Hay
  • 11
  • 2
1
vote
0 answers

Microsoft work or school account sign out with oauth 2.0

I would like to sign out user from Microsoft Work or School Account via link om my site using oauth with redirect link specified. Is there any possibility to do that and what is the logout uri? Is there something corresponding to the uri in personal…
1
vote
0 answers

Outlook.com REST API - Backwards compatability with LiveID Live SDK

I'm using the new unified Outlook Rest API and it works great for Office 365 accounts but Outlook.com accounts often throw MailboxNotEnabledForRESTAPI exception. I understand there is transition going on now that will move all existing accounts to…
hansolo32
  • 11
  • 2
1
vote
1 answer

Trying to use Converged Microsoft Account and Azure AD with mod_auth_openidc

After reading the following article: http://blogs.technet.com/b/ad/archive/2015/08/12/azure-ad-microsoft-account-preview-sign-in-personal-and-work-accounts-using-a-single-stack.aspx I tried to implement an OpenID Connect/Oauth code flow per the…
Severun
  • 2,893
  • 1
  • 16
  • 22
1
vote
1 answer

Using Windows Live Id Authentication with my own login form

I want to use the Windows Live Id Authenticaiton in my Asp.Net/MVC web application, but I do not want to use the Login screen provided by Microsoft. I want to have my custom page for login, take username and password from User and then send these…
1
vote
1 answer

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

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
1
vote
1 answer

FetchXML. The entered and stored passwords do not match

My CRM updated, and since then my custom reporting tool hasnt been working. It uses PHP and the EntityUtils provided in examples. The issue is that I can authenticate with a LiveID but when I use CURL to get the soap response it gives a response…
1
vote
1 answer

WAAD authentication with SAML: LiveId is not supported

I am developing a web application with Windows Azure Active Directory (WAAD) authentication support. In WAAD I added a user which already has a Microsoft Account. I use SAML 2.0 protocol for authentication request. In my app upon accessing a…
kavai77
  • 6,282
  • 7
  • 33
  • 48
1
vote
0 answers

How to solve "FailedAuthenticationException: The Audience URI could not be validated."

I'm trying to set Windows Live ID identity provider on Azure Cloud, as a Trusted Identity Provider for Sharepoint 2013 instance. So far I created a new SPTRustedIdentityTokenIssuer on the farm, and added it to the Sharepoint application as a Trusted…
Eedoh
  • 5,818
  • 9
  • 38
  • 62
1
vote
1 answer

Associating a live id with a downloaded executable

I am writing a webpage that can be used to download an executable that can run on your machine and can access System Registry on user approval. The site has live id authentication before the user can download the executable to run. This executable…
Yam
  • 293
  • 3
  • 12
1
vote
1 answer

Serious replay attack issue of Live Connect OAuth2? Why is the authorization code allowed to be used more than once?

Firstly thanks for your time. I have a serious concern about Live Connect's OAuth2 API. I follows this, and using DotNetOpenAuth to implement/integrate LiveId authentication/authorization for our federated identity & access management…