Questions tagged [microsoft-account]

126 questions
0
votes
1 answer

AAD Converged Apps and Azure Resource Manager

The documentation for the AAD v2 endpoint here https://learn.microsoft.com/en-us/azure/active-directory/develop/active-directory-v2-limitations mentions the restrictions on services and APIs. It also says "More Microsoft Online Services will be…
Dino Viehland
  • 6,478
  • 20
  • 25
0
votes
1 answer

AAD: Requesting scope "openid email" always results in access_denied

I am using OpenID Connect and I need to request user email. I have created and AAD app and enabled all possible scopes/permissions (just for testing). However, whenever I request the scopes "openid email" and the user gives the consent, I always get…
0
votes
2 answers

Create a Microsoft account programmatically

I have an app that uses Azure Active Directory to authenticate and manage people. I need to be able sign-in anyone using their 3rd party accounts (Gmail, Yahoo, or any organizational account). Can I register people into my Azure AD if they have a…
0
votes
1 answer

Windows Universal - How to check if user is signed into Microsoft Account?

Is there an accepted way to tell if a user is logged into a Windows Universal App with a Microsoft Account as opposed to a Local Account? I'm trying to implement in-app-purchases and I've hit a snag if CurrentApp::GetUnfulfilledConsumables() is…
Kylaaa
  • 6,349
  • 2
  • 16
  • 27
0
votes
1 answer

Get the local login name for the given Microsoft Account returned by NetWkstaUserEnum API on Windows 8 and above

I am using NetWkstaUserEnum() to get the local users name and its domain details. Till Windows 7 it used to return only the login name and it worked fine. From Windows 8 onwards Microsoft Account was added and for this type of account the API…
0
votes
1 answer

Microsoft Sign-In for ASP.NET MVC 5 web role

I have created Azure cloud service and in this cloud service I have a web role serving as a MVC web application. I followed this tutorial to use Microsoft account as the external authentication. When I try with the localhost it works perfectly.…
de li
  • 882
  • 1
  • 13
  • 25
0
votes
1 answer

Getting uniqe user identifier from Microsoft Account

I would like to have a Windows Store/Windows Phone 8.1/Universal (UAP) app store data to a database in the cloud. I would like to use the owner ID instead of asking for a sign-up with my backend. No Problem so far. But I would like to allow the user…
0
votes
1 answer

Signin with Micsrosoft Account without requesting consent to access the Contact information

I'm using ASP.Net MVC 5 and would like to allow my users to use Microsoft Accounts for signing. The default setup to use Microsoft Account will ask permission from the end user to access the contact list in addition to the profile. Is it possible…
cellik
  • 2,116
  • 2
  • 19
  • 29
0
votes
2 answers

Login to Microsoft Account(for Windows 8) using Office 365/Azure Active Directory

Our organization is currently using Office 365. We have just purchased some Windows 8 laptops and are trying to configure it using the Office 365 organizational account. I know that a "Microsoft Account" and a "Organizational Account" are…
0
votes
1 answer

Configure Azure Active Directory to prompt for account type

I authenticate my application with an Azure Active Directory, and I have an email address that is both a Microsoft account (former Live ID) and an Office 365 account. I add the email as an existing Microsoft account to my AAD. However, when I go to…
0
votes
1 answer

Logging into Microsoft Live does not return expected "302" with CURL: does the server know that PHP is used?

I'm using PHP to login into my microsoft account and perform an action or two. I've so far realised that you need a PPFT token as CSRF token to login into microsoft. I'm doing this: $PPFT =…
mehulmpt
  • 15,861
  • 12
  • 48
  • 88
0
votes
1 answer

ASP MVC 5 Web Api 2 pass e-mail through

I followed this tutorial to get my live account oauth working on my asp mvc 5 and web api 2 app. All goes well and with an additional scope I can fetch the users e-mail. But how do I pass it through back to the webpage. Some code: In…
user1613512
  • 3,590
  • 8
  • 28
  • 32
0
votes
1 answer

Azure Mobile Service - Windows Account Back Arrow gives a InvalidOperationException

WAMS: Microsoft authentication. http://azure.microsoft.com/en-us/documentation/articles/mobile-services-dotnet-backend-windows-store-dotnet-get-started-users/ Changed from Facebook to MicrosoftAccount PROBLEM: When I click on the back arrow…
Tom Stickel
  • 19,633
  • 6
  • 111
  • 113
0
votes
1 answer

How to properly configure application in Live Connect and project in Visual Studio 2013

My question here is pretty simple: how to properly (and 100%) configure both Live Connect and project in Visual Studio 2013 in order for the local application run and authenticate an user properly against Microsoft account. My question may be…
0
votes
0 answers

Saving state in a Windows Store app when logged in with a local account

I'm new to Windows Store app development and Windows 8 in general and I'm working on an app. I see that there are 2 types of accounts to log in to win8 with: a Microsoft account and a local account. I also see that I have 2 data stores I can use to…
yonih
  • 517
  • 4
  • 15
1 2 3
8
9