Skip to main content

All Questions

Tagged with
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
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
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
2 answers
26 views

What's the link to login page in azure b2c

I have setup Azure B2C with custom user flows, all works fine from my SPA application. However, I have a landing page which is not part of the SPA application and I want to add login and signup links. ...
ipinak's user avatar
  • 5,919
0 votes
1 answer
88 views

Azure b2c - refresh token does not include custom claims

When a user logs in, I hit a REST API that verifies the username and password and returns some properties like personId, comUsername, wcfToken, and organizationCode. These properties are then returned ...
Arjun's user avatar
  • 507
0 votes
1 answer
114 views

Azure B2C IdP-Access Token fails with IDX10511: Signature validation failed

I added a working corporate login (EntraId) for my company in Azure AD B2C with custom policies.Now I can login and I add an access token to the claims, which I sent with my API-Calls Microsoft learn. ...
SCH361's user avatar
  • 87
0 votes
0 answers
40 views

Azure B2C sign-in flow and API Connector Blocking Response

I’m trying to implement API Connector for run custom logic inside Azure B2C sign-in process. The logic should be that when some implemented conditions are met – user is able to successfully log into ...
Piotr Gaszewski's user avatar
0 votes
1 answer
31 views

After using B2C for authentication, I want to ask the Browser at what time the b2c cookie will be set?

I'm trying to use Azure AD B2C for authentication for my app. However, understanding when it is set-cookie for the browser seems difficult. I tried to use the B2C API to authenticate login, but it ...
simpleman9x's user avatar
0 votes
0 answers
44 views

What is the recommended approach to setting up social login for Azure apps?

I have a simple function app that hosts a JSON-RPC endpoint on Azure. That endpoint is called from a native CLI application. Now I want to build authentication and authorization for it that allows for:...
mjmar-01's user avatar
0 votes
1 answer
60 views

Sign in to Azure B2C with an OpenID account (Microsoft Work email) but prevent user from signing up

I am working on a Single Page App (SPA) and am trying to set up a custom user flow policy for our clients. Currently a user can log in via a created AAD email that we make in our Azure B2C tenant. ...
Ryan D's user avatar
  • 3
0 votes
2 answers
82 views

Azure b2c still authenticated after hitting logout

I'm implementing Azure B2C with an ASP.NET MVC app on .NET 4.8. Our process uses cookie authentication and local user accounts with a custom flow policy, which works great. The issue is that I am ...
user1299379's user avatar
0 votes
0 answers
26 views

White space error in Azure B2C force-password-reset-after-90-days policy validation

I'm getting a the following error below for the policy below: Error: Validation failed: 1 validation error(s) found in policy "B2C IA FORCEPASSWORDRESET90 SIGNUP SIGNIN" of tenant "...
jaybro's user avatar
  • 1,473
0 votes
2 answers
125 views

Azure B2C / WPF - Handling a failed MFA verification flow

I have the following client code to fetch a token from Azure B2C endpoint: public static async Task<AuthenticationResult> AcquireTokenAsync(this IPublicClientApplication publicClientApp) { ...
RollerMobster's user avatar

15 30 50 per page
1
2 3 4 5
156