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
1 answer
42 views

B2C Custom Policy REST API error - Bad Request

I have a B2c Custom policy defined that is supposed to call a token endpoint. Here is how I have tried to configure the policy: <TechnicalProfile Id="GetTokenInformation"> <...
Anand's user avatar
  • 31
0 votes
0 answers
31 views

B2C Custom Policy as Federated Identity Provider in AWS Cognito

I have a B2C Custom Policy configured. This policy gives id token in the output response. There are four custom attributes defined in the custom policy. These custom attributes are not stored in B2C ...
Anand's user avatar
  • 31
0 votes
0 answers
31 views

Azure AD B2C localization string IDs for APIs

I'm working on localization in Azure AD B2C custom workflows and I'm struggling to identify the stringIDs to use for customizing messages displayed to users. In general I would like to find a way to ...
Phil. S's user avatar
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
42 views

How to implement 'Step-up' authenticate using AAD B2C

We use B2C with email/phone MFA. I want to protect risky/sensitive actions by asking users to re-authenticate using a TOTP. I can see examples of this pattern in other services, but not B2C. I looked ...
Kye's user avatar
  • 6,089
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
1 vote
1 answer
76 views

How to authenticate a user that was redirected to a web application from a desktop application

I am having an issue trying to use Azure AD B2C to use SSO between my desktop application and my web application. The issues is almost exactly what is described in this question: Microsoft Question I ...
Justin Armstrong's user avatar
0 votes
2 answers
66 views

Assign B2C User to ExternalAzureAD identity

Is it possible in Azure AD B2C that I can assign a special identity (e.g. ExternalAzureAD) to a user when a user logs in? Currently all users are stored with their email as identity. I tried searching ...
SCH361's user avatar
  • 87
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
1 answer
68 views

Azure AD B2C problem with Self-Service password reset

so I am having a problem with self-service password reset feature in the Azure AD B2C sign-in user flow. When I create user via de sign-up userflows, with usernames, they can reset the passwords ...
Piplash's user avatar
  • 38
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