Skip to main content

Questions tagged [azure-ad-b2c]

Azure AD B2C is a cloud identity management solution for web and mobile applications targeting your customers (consumers and businesses).

0 votes
0 answers
61 views

Access Token not returned by /token Azure B2C

I've started attempting to create a SPA with Web API connectivity through Azure AD B2C. I've successfully done this in the normal Microsoft Entra Id. I am following this guide. Here are details ...
Shawn Peery's user avatar
0 votes
0 answers
17 views

ID Token in MSAL User Token Cache Is Missing Custom Claims Present In Token from AcquireInteractiveToken

I am using PublicClientApplicationBuilder to add Microsoft Azure AD B2C to a desktop application. We are extending an existing Identity Experience Framework custom policy already in use for a website ...
CreganTur's user avatar
0 votes
1 answer
29 views

Azure B2C multi-tenant Microsoft Entra ID doesn't allow sign in as another Microsoft account

After following this tutorial to setup AD B2C multi-tenant for Microsoft sign in: Set up sign-in for multitenant Microsoft Entra ID using custom policies in Azure Active Directory B2C, we encountered ...
Tan Vu's user avatar
  • 3
0 votes
0 answers
26 views

Azure B2C Authentication Error IDX20803 and IDX20804 in Production Environment

I'm currently running an application in a production environment hosted on Azure (.net 8), which is set up with Azure B2C authentication. Recently, I've started to see a large number of failed ...
Lakmal's user avatar
  • 889
0 votes
0 answers
14 views

User info endpoint intermittently sending incorrect data when impersonating

Issue is happening intermittently and seemingly at no specific interval. Admin user is impersonating another user, when the user-info endpoint is hit with the impersonated access_token, some details ...
Joseph Freitas's user avatar
0 votes
1 answer
36 views

Azure Function App authentication using Azure B2C

I have a single-page application (SPA) developed with Vue.js and hosted on Azure App Services that is using Azure B2C and MSAL 2.8.0 for authentication. The web APIs called by the SPA are developed ...
user3614070's user avatar
0 votes
1 answer
36 views

In Azure AD B2C who provides the ID token?

I am trying to get my head around the concept. You have an azure B2C, and have two external IDP's configured. I guessed that the ID token was provided by the Azure B2C and not the external IDP which ...
Killerbe's user avatar
0 votes
0 answers
42 views

Azure B2C not returning user's email in Application Claims reliably

I have a flask web application hosted through Azure App Service that uses Azure B2C for user authentication and account management. Upon visiting the website, a user is expected to log in using their ...
O P's user avatar
  • 17
1 vote
1 answer
29 views

Okta initiated logon to Azure B2C

We are trying to use Okta for external users to log in to our Azure B2C for API access. We have it working (ish) but it requires multiple clicks by the users and could end up being a bit confusing. ...
user26380795's user avatar
0 votes
0 answers
14 views

Using AzureB2C Invite flow prevents EnableTokenAcquisitionToCallDownstreamApi from working. Can I use two custom policies?

I'm trying to work with AzureB2C's invite flow from their samples (https://github.com/azure-ad-b2c/samples/tree/master/policies/invite) I have setup the two custom policies B2C_1A_InvitePolicy ...
Tomas McGuinness's user avatar
-1 votes
0 answers
32 views

SSO accross different identity provider domains using Azure ADB2C

I am currently working on a project involving multiple service providers, each with a distinct domain, such as "domain1.com", "domain2.com", and so on. Each domain has its own ...
Simon Vandeputte's user avatar
0 votes
0 answers
16 views

AAD B2C QR Code not showing for some users

We have a custom policy that provides new users with a QR code to scan in their authenticator app to create TOTP codes for authentications. I am having an issue where the QR code does not load for ...
Andrew Wiebe's user avatar
1 vote
1 answer
39 views

Azure AD B2C - Some users do not receive verification codes to their emails

Good afternoon, I have tried searching online but I could not find a definitive answer for this as most posts just end up as dead ends. We use Azure AD B2C for creating customers as members in our ...
Thomas R's user avatar
0 votes
0 answers
23 views

What condition is a best practice for B2C admin? [closed]

I'm trying to create a B2C admin for my Azure B2C activities. While doing the role assignment , it seems that MSFT has done role assignment condition mandatory. My question is, what is the best suite ...
AskMe's user avatar
  • 2,539
1 vote
1 answer
36 views

How to implement AD B2C authentication on an ASP Net Core application that has Razor pages and web API in a single application

I am trying to secure the application using AD B2C, The application has Razor Pages and WebAPI. The razor pages .cs file has requests to the webapi using httpClient. I have gone through the sample B2C ...
ANIKET JHA's user avatar

15 30 50 per page
1
2 3 4 5
409