Questions tagged [azure-ad-b2c-custom-policy]

Azure AD B2C custom policies are configuration files for defining Azure AD B2C tenant. They are commonly used for addressing complex scenario that cannot be addressed through user flows.

Sample scenarios https://github.com/azure-ad-b2c/samples/tree/master#sample-scenarios

To provide product feedback, visit the Azure Active Directory B2C Feedback page.

1054 questions
6
votes
0 answers

Azure AD B2C 2FA with SSO without having to verify twice

I have currently implemented the following with custom policies in my Azure AD B2C: The user signs in with their Office or Google account. If they have 2FA enabled on their social account, they authenticate themselves. They get send back to B2C and…
Tim Chermin
  • 304
  • 2
  • 10
6
votes
3 answers

Azure B2C Show Signup Page First in Unified Signup/Signin Flow

I have been using the b2c starter packs and MSDN docs about ContentDefinitions, as well as the various other aspects of the Azure B2C offering. As anybody who has ever tried implementing custom policies has realised, the documentation isn't always…
Oisín Foley
  • 2,317
  • 2
  • 22
  • 29
5
votes
1 answer

There is a way to redirect to another page in Azure AD B2C?

There is a way to redirect from a page to another page inside a OrchestrationStep? E.g: When user reaches end of page, has a CTA Button, when someone click, It is expected redirect to anoher page (via Javascript), has a way? **Note: I tried…
Reni Dantas
  • 117
  • 10
4
votes
1 answer

Prepopulate values on Azure b2C from the query parameters using Custom Policies

I have followed the instructions provided in Any way to provide default values for inputs in an Azure AD B2C custom policy? . Unable to get the query parameter and save it on Azure B2C The GivenName shows as NULL. My technical profile looks like…
Kev
  • 45
  • 6
4
votes
1 answer

AAD B2C MFA Error when sending a new code

When verifying the phone number for MFA, a code is sent to the uesr's mobile phone. If they then request a new code, an error message is displayed: "You hit the limit on the number of text messages. Try again shortly.​" Steps: User signs in or…
4
votes
1 answer

Change content of the default email received for validation email in azure b2c - custom policy

Is there a way to customize the default template of the default verification email sent by azure for email validation when signing up or forgotting password? if yes, how to do it please?
Nicolas
  • 167
  • 8
4
votes
1 answer

Changing the "countryList" dropdown default in Azure AD B2C

The PhoneFactor country code dropdown has the USA on top. The list is: StringId="countryList">{"DEFAULT":"Country/Region","AF":"Afghanistan ... It looks as if "DEFAULT" is set to the USA somewhere but I don't see any references to this. I want the…
rbrayb
  • 46,440
  • 34
  • 114
  • 174
4
votes
1 answer

Custom Policy: IdentityExperienceFramework vs ProxyIdentityExperienceFramework

When working with Custom Policies in Azure AD B2C, you will typically see two kinds of applications being registered: a web API, often called IdentityExperienceFramework a native app, often called ProxyIdentityExperienceFramework To quote from the…
Philipp Claßen
  • 41,306
  • 31
  • 146
  • 239
4
votes
1 answer

How can CSS or JavaScript react to the different steps of the Azure B2C Email Verification process?

We are using a custom policy with Azure B2C, and we are using email verification during sign-up to reduce spam accounts. As many people know, B2C's default email verification process is a little awkward because there are multiple steps the user is…
GuyPaddock
  • 2,233
  • 2
  • 23
  • 27
4
votes
2 answers

I am get a validation error when I try to uploading B2C custom policy for ProfileMFAPhoneNumber

I am new to using Azure AD B2C, actually, I am trying to uploading custom policy and getting this error message Validation failed: 1 validation error(s) found in policy "B2C_1A_EDIT_MFA" of tenant "yourtenant.onmicrosoft.com".Policy with 'policyId':…
4
votes
1 answer

B2C Custom Content - Output claim value as hidden field

Is there a way to output a claim as a hidden field (input type="hidden") so that it can be used inside custom JavaScript inside AAD B2C? Setting a default value on a "ReadOnly" DisplayClaim gets the value out to the page:
felickz
  • 4,292
  • 3
  • 33
  • 37
4
votes
1 answer

Could not invoke RN.createPublicClientApplication

I am trying to configure the Azure AD B2C application for react native and using this lib for react-native. It is working for IOS but for android, I am facing error below. I have double checked the package name and signature hash. I have also…
4
votes
2 answers

B2C Custom Policy - Are SubJourney OutputClaims accessible in parent UserJourney

There appears to be limited documentation around sub journeys. https://learn.microsoft.com/en-us/azure/active-directory-b2c/subjourneys I have a problem where in my SubJourney, I read the user and get the object Id. In the main UserJourney, I later…
4
votes
1 answer

Azure AD B2C - Custom policy with HRD, Domain Hints and MFA

I'm trying to build a B2C custom policy that makes use of Home-realm Discovery and Domain Hints. We have 2 personas. Local User that authenticates in B2C with MFA External User that must to be redirected to their company's login page. Use…
horus
  • 125
  • 1
  • 1
  • 7
4
votes
1 answer

Does Azure B2C provide REST API for login?

I have one application integrated with Azure B2C directory. Our problem is, login page is redirecting to Azure B2C portal (Own custom page) for authenticate or Authorize users and then revert back to the original website. I need to open popup with…
1
2 3
70 71