Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
95 views

Azure AD B2C - Unable to sign in existing live.com users in custom policies

My company is transitioning from Azure AD B2C user flows to custom policies to accommodate more complex scenarios, such as account linkage. In our directory, we have users with Microsoft accounts (e.g....
1584SO's user avatar
  • 25
0 votes
1 answer
63 views

How do I enable oganization ID logins in my AADB2C application?

I have followed the instructions on this page to add the ability to sign up / log in to my application using a Microsoft Account. Personal accounts seem to work fine, but organizational IDs do not. ...
Andrew Miller's user avatar
0 votes
1 answer
194 views

What is the currently working and correct way to set up an Azure Application that allows MSA signin?

Scenario: (Azure-hosted) Web App. Users should be able to sign in to my app using a Microsoft Account (i.e. @live.com, @hotmail.com, etc accounts) that has one or more Azure subscriptions. The ...
user avatar
0 votes
2 answers
3k views

Azure AD B2C Microsoft Account redirect_uri failure

I'm unable to get Microsoft Account authentication to work on an AspNet Core 2.1 website (I have Google authentication working). When I click on the Microsoft Account button from the social sign in ...
user avatar
6 votes
1 answer
4k views

MSAL.js acquireTokenSilent on Azure AD B2C with Microsoft Account (login.live.com) framebusting

There is a problem with login.live.com that prevents acquiring access tokens with MSAL.js for Azure AD B2C with the Identity Provider Microsoft Account. When the iframe (msalRenewFrame…) tries to ...
halllo's user avatar
  • 977
1 vote
1 answer
312 views

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: ...
TLDR's user avatar
  • 1,278
1 vote
0 answers
415 views

MSAL with Azure B2C using MSA provider does POST and fails to acquire token silently

Utilizing the MSAL js library with Azure B2C and the Microsoft Account provider seems to fail with the samples included in the MSAL project. MSA seems to do a final HTTP POST as the authresp because ...
ColinV's user avatar
  • 91
1 vote
1 answer
462 views

Redirect URI field is read-only for new mobile applications registered in the Microsoft Application Registration Portal

The default value of the redirect URI for a new mobile app registration has a default value which is not a hierarchical URL. Using this value in the Android quick-start sample results in an invalid ...
John Austin's user avatar