Questions tagged [microsoft-account]
126 questions
2
votes
1 answer
AAD and NuGet vs. MSA and NuGet
We're working in a shared repository where we're not the owner. Our AAD accounts have been invited - username@domain.com. We have no issues accessing the Git repo.
THE ISSUE: We can't access the NuGet repo. We can access it in ADO and see all the…

Auri Rahimzadeh
- 2,133
- 15
- 21
2
votes
1 answer
How can I use different user accounts for different versions of Visual Studio at the same time?
I have 2 different versions of Visual Studio. VS 2017 which I use for work stuff and the new VS 2019 Preview which I am using for fun stuff, I would like to log in with my work user account into VS 2017 and my personal user account in VS 2019…

Clement Siby
- 31
- 1
- 6
2
votes
1 answer
How to change default callback of the Microsoft authentication provider login?
In my ASP.Net Core app, I have implemented Microsoft External Login. I now wish to override the default login callback, which is listed by documentation to be https://localhost:5001/signin-microsoft, if of course running on localhost and on that…

pnizzle
- 6,243
- 4
- 52
- 81
2
votes
1 answer
How to correctly use WebAuthenticationCoreManager to get a Microsoft Account token?
Things have changed so much over the last 5 years that I'm not sure exactly how get this sample to work:
https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/WebAccountManagement
This uses an "Account Manager" UI window to…

Lee McPherson
- 931
- 6
- 20
2
votes
2 answers
Cannot sign into Visual Studio 2017
When I start, there is a popup saying that the evaluation period has finished. I simply need to sign into visual studio, but when I try I get this error:
Microsoft Visual Studio We could not refresh the credentials for the account Could not load…

user2020792
- 239
- 1
- 11
2
votes
1 answer
Visual Studio 2017 different accounts for different deployments
I have Visual Studio 2017 Enterprise installed at work and I have a work account that I use for it. I thought that I can install Visual Studio 2017 Community on the same machine side-by-side and use it under my personal account.
I've tried adding my…

Sergey.quixoticaxis.Ivanov
- 1,387
- 12
- 22
2
votes
1 answer
Microsoft openid login flow picture access
I have an MVC app that uses the preview 2.0 endpoint. I'm a little disappointed that the profile image is not a default object. Having said that, I'm having issues trying to figure out how to properly get the profile picture using the…

Tim Wheeler
- 80
- 1
- 9
2
votes
1 answer
How to get User profile picture using Web account manager with UWP
I create a UWP applications. i want to get user profile with Microsoft Account. i implement login function using web account manager.
I've tried to implement to see this. :…

Hanbyul Kang
- 71
- 8
2
votes
2 answers
Confusion between work account & Microsoft account
I am using my work email address to set up multiple Azure IaaS environments. When I log into Azure, I get asked if I want to use the "Work or School Account" or "Personal Account" - both referring to the same email address.
I don't recall setting up…

BenOnline
- 117
- 1
- 4
- 11
2
votes
0 answers
Disconnect the Microsoft account from your local user account programmatically via registry or COM?
Since Windows 8 (?) the default way of setting up a new a user account is to attach a Microsoft account to the local account.
I'd like to programmatically disconnect that Microsoft account from the local user account, (without losing settings/data)…

Forivin
- 14,780
- 27
- 106
- 199
2
votes
1 answer
Can I ask if the OpenID principal did pass a two-factor authentication?
I'm designing an authentication scheme for a new project. People will be able to authenticate via Google / Facebook / Microsoft etc. accounts using OpenID. All these providers do support two-factor authentication.
My goal is simple: when a user…

usr-local-ΕΨΗΕΛΩΝ
- 26,101
- 30
- 154
- 305
1
vote
1 answer
External Connection With MicrosoftIdentityWebApp And Identity
I try to login User from Microsoft account into my app.
First : I'm following this info, and that'a working well.
https://learn.microsoft.com/fr-fr/azure/active-directory/develop/web-app-quickstart?pivots=devlang-aspnet-core
But, when I try merge it…

TyDialexno
- 11
- 3
1
vote
0 answers
C# finding all Microsoft Accounts on machine
I am trying to get the UPN and Microsoft Accounts for all users on my machine using C#.
I am currently logged into an Azure account, and whoami returns details as expected and that I am looking for (but for all users):
PS C:\Windows\system32> whoami…

morleyc
- 2,169
- 10
- 48
- 108
1
vote
1 answer
Authenticating a Minecraft Microsoft account with Python
What even am I doing
So, as Minecraft Java has been slowly switching over to using Microsoft based accounts instead of solely Mojang accounts, I have been trying to put together an authentication method for a small launcher project I've been working…

Pyrotex7
- 36
- 5
1
vote
1 answer
Microsoft Graph API does not return all received mail for family and personal accounts
Using the following endpoint returns all mail (both sent and received) for a work account:
GET /me/messages
However it doesn't return all received mail for personal/family accounts. Both the v1.0 and beta versions display this behaviour.
Is there a…

Monty123
- 103
- 1
- 7