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
0
votes
2 answers

Customize the message inside MFA

When I send a SMS to verify phone number, I receive a text with "data rates may apply.". The question is, can I remove that or replace all string?
Reni Dantas
  • 117
  • 10
0
votes
1 answer

How I retrieve a extensionProperty on B2C?

We are trying to work with B2E optional claims … we followed this doc and this to create the extension Claim at B2E, than populate it with some value… and enable it on Token Conf/Manifest. We also setup de XML with the PartnerClaimType but we can’t…
Reni Dantas
  • 117
  • 10
0
votes
1 answer

Azure AD B2C Sign Up with Phone

In Azure AD B2C the Sign up process with Phone is expecting the emailId during the sign up process. Our use case is that we just need to ask the user only Phone number during the sign up process. Is there a way that we can avoid asking the emailid…
0
votes
1 answer

Check if a user is part of a specific group using Azure B2C claims

One of my project where we are displaying the group claims from Azure AD is failing because the user is part of a huge number of groups. Is there a way to check if the logged in user is part of a specific group and dispaly / filter the group claim…
Sandesh Segu
  • 83
  • 1
  • 6
0
votes
2 answers

Has a way to enable Microsoft Authenticator in Azure AD B2C?

In my project, this a fundamental part of project. Windows Hello for Bussiness and MS Authenticator is secure and easily to use, the goal here is enable this in Azure B2C SUSI to increment safety and provide a fast way to SignIn for user. The point…
0
votes
1 answer

How I disable cache to JS and CSS?

Can I disable cache on pages inside Azure AD B2C? Sometimes I have to force reload and disable cache via Inspect (on Edge) because my scripts don't update.
0
votes
1 answer

Azure B2C: Compare user password in Password Reset Journey to the Email Prefix Using "CompareClaims" TransformationMethod

I am looking to meet a password complexity requirement using a claims transformation. When a user goes through the password reset journey, I want to prvent passwords similar to the username by comparing the newPassword claim to an extension…
Bandz
  • 253
  • 4
  • 15
0
votes
1 answer

Is it possible to add Office 365 as a identity provider in AD B2C

I'm using AD B2C custom policies and I have a requirement that along with Facebook/ Google login I need to add Office 365 login too. Is this possible?
Alex
  • 734
  • 6
  • 29
0
votes
1 answer

How to disable automatic browser cookie login with Web.TPEngine.Providers.SelfAssertedAttributeProvider

I am using B2C custom policies. I am using Web.TPEngine.Providers.SelfAssertedAttributeProvider documented here: https://learn.microsoft.com/en-us/azure/active-directory-b2c/self-asserted-technical-profile The signin relying party of the custom…
Allan Xu
  • 7,998
  • 11
  • 51
  • 122
0
votes
1 answer

Can I recognize/know what the OrchestrationStep I'm?

For example... I've tried this in InputClaims And that in OutputClaims So capture all in…
0
votes
1 answer

I wish to migrate adb2c but the older ad uses mfa implemented by userflow. How to get the strongAuthenticationPhoneNumber?

I am following https://learn.microsoft.com/en-us/azure/active-directory-b2c/user-migration for migration and the first step is pre migration . Ive been able to migrate everything but the mfa number to the new b2c . "strongAuthenticationPhoneNumber"…
0
votes
1 answer

Use Azure KeyVault in the B2C Custom Policy Config

We are using the email invite flow to get our users created in our Azure B2C. Currently we are reviewing our management of secrets in code and config, coming out of this work we are now using an Azure KeyVault. Our ASP.Net website that previously…
0
votes
1 answer

When I send JWT, I received a JWT in blank

All working, except the JWT Issuer/Sender, I analyzed the AppInsights at least 10 times and nothing:
Reni Dantas
  • 117
  • 10
0
votes
1 answer

Azure B2C Change Password Policy - How to Avoid Logging In

We are migrating our user base to authenticating via Azure B2C. I am following the example set out in the starter packs for password changing in Azure B2C…
DenverCoder9
  • 1,119
  • 3
  • 16
  • 30
0
votes
1 answer

Azure B2C - Do we need to create one B2C tenants for each separate customer or a single B2C tenant for all customers? what is the best practice?

I need to implement Azure B2C muli-tenant application and different customers will also be on-boarded to this application. We need to use Azure B2C to allow users register with their social accounts. Do we need to have one B2C tenant corresponding…