Azure B2C Custom Policy split Email verification and Email change page
I have forgot password flow in my custom policies
I have next flow
Azure b2c cutom policy signin validation profile
Hi i would like to create a custom policy tosign up/sign in Azure b2c with a validation profile, if user email does not exist in local Db it should fail, if user email exist in the local db but is the first time, it must register this user in Azure B2C with this idp and store this idp in local db and continue with the usr journey as authenticated user, if the user email and idp match the one store in the local db, it should conntinue with the signin user journey.
B2C Custom Policy: DisplayControl can’t validate/combine phone
I am struggling with a seemingly simple B2C custom policy that is used to sign in using phone number authentication. It is failing when trying to combine the countryCode
and nationalNumber
in a Validation Display Control. When using app insights to diagnose, it appears nothing is getting set even though I am typing the phone number. The country code should be defaulted to the US. CombineCountryCodeAndNationalNumber
is untouched from the MS supplied templates.
Azure B2C custom policies select the redirect URL during sign-up/sign-in
I’m using Azure B2C custom policies for sign-in/sing-up flows.
Before running Custom Policy I can choose ReplyUrl for redirection after sign-in/sign-up.
But my flow can create different types of user and each one should be redirected to a different site.
There are any way to override redirectURL during sign-up/sign-in flow in the custom policies XML?
(I’m using OpenIdConnect)
Azure Ad B2C custom policies microsoft account not working
Hi I´m trying to set sociañ login on Azure B2C tenant but i found some problems when doing it with the Microsoft account. Firts one is that the button to star t the login does not show the microsoft logo.
Azure AD B2C Custom Policies to support Email, Phone and TOTP options together
I am working with Azure AD B2c Custom policies for the following purpose. I want to provide EMail, Phone and Authenticator App(TOTP) MFA options. User can chose any one of the option among those 3 options and AD B2C user flow should work according to selected MFA Choice.
How to adjust custom policy template to phone + MFA
I am following this custom policy template example for B2C user deletion. It works fine for email sign up, however, we are using phone signup + SMS MFA. Can this policy be updated to that?