Questions tagged [microsoft-account]

126 questions
1
vote
0 answers

signInManager.IsSignedIn return false but SignInAsync was called

I'm try to add oAuth to my .net core application. I have that code in Startup.cs services .AddAuthentication( options => { options.DefaultScheme = CookieAuthenticationDefaults.AuthenticationScheme; …
Alex
  • 21
  • 6
1
vote
0 answers

Cannot connect to Azure DevOps repository from Visual Studio using Microsoft Account already added to Organization Project

My work email address was added to a project in Azure DevOps in an Organization by my Client. At that time I did not have a Microsoft account. So whenever I tried to login into Azure DevOps through the URL,…
devanalyst
  • 1,348
  • 4
  • 28
  • 55
1
vote
1 answer

Using MSAL in CloudShell

I've validated the MSAL auth path using the desktop PowerShell 5.1 and 7.0 applications. However, all of the authentication paths which worked on the desktop are not working in CloudShell - PS /home/michael/CSTest/0.0.2/MicrosoftTeams>…
1
vote
2 answers

Microsoft Store app with private audience - Can't always see app

I recently uploaded a windows app to the Microsoft Store via Microsoft Partner Center. I decided to keep it private, so chose "private audience" for my application and put all the microsoft accounts I need into the chosen customer group. Now I have…
Tiu
  • 23
  • 4
1
vote
1 answer

Microsoft sign in works without redirect url

When I sign in with Microsoft OAuth in my Blazor app, authenticateResult.Succeeded is true, even if I don't specify a redirect URI. It's failing as intended for Google, if I don't add my URI to the OAuth client. Imo it shouldn't work without that…
1
vote
0 answers

Get MicrosoftAccount login from SQL Server

I found some strange information in log for login auditing. I am using Windows authentication and there are 2 different entries for same user. Sometimes there is ComputerName\User and sometimes MicrosoftAccount\user@email.com. This two accounts are…
1
vote
0 answers

Xamarin OAuth2Authenticator Microsoft Account returns malformed JWT token for Azure App Service

I am building a Xamarin.Forms app to learn the framework and working on the authentication services while using an Azure App Service for an API (also new to me). And trying to authenticate against a Microsoft account (Outlook.com). I am using the…
1
vote
1 answer

Dotnet Core 2.2 Authentication Builder: AddMicrosoftAccount vs AddAzureAD

What is the difference between AddMicrosoftAccount and AddAzureAD in the Authentication Builder in DotNet Core 2.2?
The Eagle
  • 427
  • 1
  • 4
  • 13
1
vote
1 answer

Rails 5, login with Microsoft Account (Office 365)

I have already implemented this. For now I can get calendar, inbox, contacts. And now I want to login as Office365 account. It means I want to get user's email & name, ... something like gem 'omniauth-facebook' when login with Facebook. Can anyone…
Dapeng114
  • 207
  • 2
  • 10
1
vote
0 answers

External Login with Microsoft Account on intune managed devices fails

We are getting this Error Title "you can't get there from here" in a webView used for MSA login in a Xamarin iOS app. We are using external login into a ASP.NET WebApi redirecting to the webApi itself. The detailed error text is as follows: "You…
Micha
  • 191
  • 1
  • 11
1
vote
1 answer

ASP.Net MVC : Allow multiple identity provider (MSA and AAD) at same time

I’m currently working on application built on ASP.NET MVC which uses Microsoft account (MSA) authentication. To implement a new requirement, during a flow (say on step 2) the application has to validate the user against Azure Active Directory (AAD)…
user1672994
  • 10,509
  • 1
  • 19
  • 32
1
vote
2 answers

Failed to sign into Microsoft account from Windows 10

I have problem signing into Microsoft account from my local account on my machine. This used to be my work laptop I have bought it after I left company. I could sign in on my domain user without any problems. Since I left domain I lost this…
Mayk
  • 111
  • 1
  • 8
1
vote
2 answers

Associate personal VSTS to an Organisation

When I created VSTS account, mistakenly I have chosen Personal instead of Work,School... (as you can see on the picture) Now I need to associate it with my organisation account. I search a lot and I couldn't find anything useful. Please guide me to…
peyman gilmour
  • 1,168
  • 2
  • 16
  • 35
1
vote
1 answer

Azure B2C Error: Application faulted after creating new app in MSAL portal

I am trying to figure out which admin account I should use while creating the Azure B2C application with a v2 MSAL endpoint. I've observed that both the process and outcome are different when I use: The default Office365 + AAD admin account A long…
TLDR
  • 1,198
  • 1
  • 12
  • 31
1
vote
1 answer

Get the email address of a Microsoft user

I want to add a login with Microsoft button to my mean-stack application. So I am using passport-microsoft. By using passport.authenticate('microsoft', { scope: ['User.Read'] }), I could get these information: @odata.context, givenName, surname,…
1 2 3
8 9