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
-1
votes
1 answer

Can someone list all the possible supported values for "field" in the Azure Policy

It's becoming hectic to find the values for the "field" when writing the custom policies. Some of the values of the built-in values for "field"…
Shan
  • 7
  • 1
-1
votes
1 answer

RECAPTCHA V3 IN SINGIN AD-B2C WITH USER FLOW

I hope you can help me, azure b2c only let me integrate captcha on registration but not on login, i have been searching about integrate captcha v3 in login (AD-B2C) - user flow, and I only have little time. I found this, Is there any sample for AD…
-1
votes
2 answers

how to change content-type in rest api call from custom policies in Azure ad b2c?

I am trying to call a SMS provider through custom policies . the API provided by SMS provider accepts a JSON payload in the format mentioned below JSON Payload format I am trying to call this API by passing the JOSN payload, however when I run this…
-1
votes
1 answer

Is Azure AD B2C a good fit for public facing web application?

I have a scenario where I want my Web Application front end to be able to Signup and sign in users and then an admin to be able to assign users to some pre defined roles. I was able to do that by registering the application in Azure AD and…
-1
votes
1 answer

Can we write values to StrongAuthenticationEmailAddress attribute in Azure B2C using powershell or C sharp code

Can we update "StrongAuthenticationEmailAddress" attribute used by EMAIL MFA using PowerShell / Graph Explorer or using C# code? Thanks
-1
votes
1 answer

Federated user can't be found in the ad user directory

We are trying to block the federated user from azure ad b2c custom policies. following the sample from https://github.com/azure-ad-b2c/samples/tree/master/policies/disable-social-account-from-logon Issue: When running the custom policies with our…
-1
votes
1 answer

custom policy customization button with css

I transformed the button to send another code to a link with css. how I can put the link at the beginning of the next line with css like pictures below : From before to after
Nicolas
  • 167
  • 8
-1
votes
1 answer

B2C - Custom Policy - Claim Type with Regex Restriction - Help Text not being displayed

I want to restrict the first and last name to be Latin characters only. So I added the following First name must be in English.
-1
votes
1 answer

Custom MFA TOTP - How do you deploy the backend REST API to Azure App Service

When I click on the button to Deploy nothing happens and it say resource not found. I am trying to deploy the Azure App Service for generating the QR code for MFA TOTP.
-1
votes
1 answer

getting email field two times if i select email address from user attributes in azure AD b2c

Getting email address field twice in Sign up and sign in (Recommended) flow when select email address from user attributes and remove required verification from Social account sign up layout.
-1
votes
1 answer

How to send email code to secondary email (otherMails) in AzureAD B2C

Is it possible to send verification email code to secondary email address (otherMails or alternate email attribute in azure AAD) via azure B2C custom policy?
-1
votes
1 answer

AADB2C: Encryption key must be a 256-bit key

I've copied a custom user flow for PasswordReset. After successful reset of password I'm getting error AADB2C: Encryption key must be a 256-bit key The original policy works fine. What could be wrong here?
Sven
  • 2,345
  • 2
  • 21
  • 43
-1
votes
1 answer

How to verify a particular user is an Active / Inactive users in “ADB2C” during the user SignIn?

Today we are maintaining the external users active or inactive status in the on prem database. Today we have a requirement to migrate the on-premise existing users to the ADB2C identity store. In Azure ADB2C, how can we find / filter a particular…
-1
votes
1 answer

Azure B2C: When should I define an Azure Active Directory technical identity for custom policies?

While taking a look at the base custom policy for local accounts, I noticed that the Azure Active Directory (AAD) was also declared in addition to local accounts. Do you actually need to include AAD when using local accounts or would omitting it be…
-1
votes
1 answer

Azure B2C Custom Policy - Unable to set phone mfa for an existing user that has not logged in and can not log in until mfa is complete

Our scenario: we create the user account in the portal but set the account to disabled. We then send an email invite to the user where it will take the user through a custom policy flow that will direct the user to set up phone mfa. If mfa is set,…
1 2 3
70
71