Questions tagged [microsoft-account]
126 questions
1
vote
0 answers
"Unable to open this helper application" after Sign In to Windows Azure on Visual Studio Server Explorer
I installed Visual Studio 2013 Ultimate version 12.0.30110.00 Update 1 on Windows 8.1 Enterprise. Then I installed the Windows Azure SDK 2.2.
I open VS, go to Server Explorer -> Windows Azure -> Connect to Windows Azure...
I insert the Microsoft…

Markp
- 11
- 3
1
vote
0 answers
A first chance exception of type 'Microsoft.Live.LiveAuthException' occurred in mscorlib.ni.dll
I'm trying to log in using Live SDK on WP8. I was able to login a few days but now without making any changes to the code I'm getting a first chance exception.
The code used:
try
{
auth = new…

neo112
- 1,703
- 2
- 17
- 39
0
votes
0 answers
Any information on using the Windows "Directory Object Picker" with Azure AD etc.?
Windows has a builtin standard dialog (the "Directory Object Picker") that Win32 applications can use to let the user choose from all system-recognized user accounts for further processing by the application. This is usually accessed via the…

jb_dk
- 117
- 6
0
votes
1 answer
Microsoft Authentication doesn't recognize redirect url property
I have a problem with my asp .net webapp Im developing right now. I added the possibilty to login with a microsoft account. But I have the problem, that it doesn't take my custom redirect url. In my Azure Ad application the redirect url is…

Padrophil
- 13
- 2
0
votes
0 answers
Error AADSTS50020 while log into from VS2022
I am having trouble logging in to Visual Studio 2022. When I enter my microsoft account, it asks me to login twice, then spits out this :
(the tenant displayed is a tenant that the account used to have access to but not anylonger)
I think the…

Greg Bala
- 3,563
- 7
- 33
- 43
0
votes
0 answers
Sign in with Google and Microsoft accounts Oauth issues
I'm trying to integrate "sign in" with Google and Microsoft account on my website. I have submitted all requirements for Google and the description of what i will use the sensitive data for. its been 6 weeks now and haven't received any feedback…
0
votes
0 answers
How would I authenticate using Microsoft login for both personal and work accounts?
I know how to map a Microsoft login for those in my organization using this as the issuer https://login.microsoftonline.com//v2.0
However, I want to open up my app to the public which means I'd like to allow them to use their own…

Archimedes Trajano
- 35,625
- 19
- 175
- 265
0
votes
1 answer
Minecraft fabric using Intellij, cannot authenticate
I am developing a mod for Minecraft Fabric 1.16.5 and I need to log into servers. However, I cannot authenticate and log into my account. My account has been migrated, meaning it is a Microsoft account.
What I've tried:
Using the AuthMe mod to…

KingsDev
- 654
- 5
- 21
0
votes
1 answer
How can I use authentication handlers for both Microsoft Account and ADFS in the same application?
We have a .NET Core web application that we have installed on several clients. We use the appsettings file to configure slight differences between clients, such as database connection. And we have been using Microsoft Account authentication for each…

Andrew Casey
- 91
- 1
- 14
0
votes
0 answers
How to check the scopes of a Personal Microsoft account access token via Microsoft Identity Platform or Graph API?
My app authenticates users in via Microsoft accounts: both personal and business (Azure AD) accounts are accepted. The authentication is performed via the .NET AspNetCore.Authentication.OpenIdConnect middleware. Both OIDC scopes and some MS Graph…

thankyoussd
- 1,875
- 1
- 18
- 39
0
votes
2 answers
How can I return a result from inner anonymous class before the function returns the result?
I'm using Microsoft's msal library to have users sign in to their account. I'm using MVVM so I need to the function to return a Resource but the function is returning a value before the msal callbacks are being invoked and updating the value…

Matt Casey
- 15
- 1
0
votes
1 answer
should sign in occur in the front-end or the back-end of an asp.net project
I am trying to build a web project that will include user sign in. It will have an asp.net front-end, and an asp.net back-end. I am trying to figure out how this should work with user context and where user sign-in should happen. I believe…

nedrobme
- 11
- 2
0
votes
0 answers
Running Microsoft Graph Toolkit for development purposes from github repo causes HTTP 431
First I prepared the repo as described in the contributing guide by cloning it, restoring and building it.
When running yarn start the app starts on localhost. I sign in using a Microsoft account (no work or school account) and eventually I am…

bashdx
- 3
- 3
0
votes
1 answer
Azure App Registration for personal MS accounts without adding external users
I have created an user App Registration to enable authentication of both AD users and personal MS accounts with my app. I believe the most relevant settings in the manifest file are:
'signInAudience':…

ejlouw
- 305
- 4
- 14
0
votes
1 answer
Microsoft Azure notebook
How do I upload a CSV file for my data science project which is of 100MB in Microsoft azure notebook? Whenever I try to upload it it says that the file needs to be less than 10MB.