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

AAD B2C newUser Attribute

How can I manipulate the built in newUser attribute of AAD B2C? I am using the Graph API to get and update user information currently, but can't figure out what value I need to send with the update user Patch to change this bool. I need a way to…
0
votes
3 answers

Azure B2C password field text and placeholder

I have selected pt-Br language customization for my signin page flow, but some elements are not translated properly (or not translated), then i uploaded an override file with email claim display name that works, but the password field…
0
votes
2 answers

Azure AD B2C - Multiple Identity Experience Framework custom policies can be used interchangibly

For multiple applications. we are using AAD B2C for our authentication system. We have opted for custom policies. One of the reasons for this is that we want to allow different user groups to access different applications, in the following…
0
votes
1 answer

AD B2C SAML encryption error - Sequence contains no elements

I have followed the Microsoft documentation to encrypt the Assertions, but it gives me some…
0
votes
1 answer

How to get MFA kind of id? (Azure B2C Custom Policy MFA)

I'm struggled with b2c custom policy. Does anyone know how to get MFA id via custom policy? My app registers MFA phone-number via custom policy. After a user sign up. We would like to allow user to update their MFA phone number via our app. So I…
0
votes
1 answer

AD B2C - Missing custom claims after re-acquiring token

I have an ASP.NET Core 3.1 project using Azure AD B2C to manage authentication. I added a custom claim (i.e. extension property) named extension_userType. To do so, I added it to my B2C_1A_signup_signin custom policy as an output claim: …
0
votes
1 answer

How to set login button of custom IdP on azure b2c

I want to add my custom IDP integration to my B2C login and I am having trouble in the first step, to put a custom login button on the login page. I did the same thing with google with success but could not did this with my custom IDP. The only…
gllambi
  • 648
  • 1
  • 7
  • 18
0
votes
1 answer

PowerShell Azure AD B2C Identity Experience Framework policy key where name & secret are input params

Currently I am trying this from the https://github.com/cljung/AzureAD-B2C-scripts, Enable-AzureADB2CIdentityExperienceFramework -n "ABC-WebApp" -f "abc123" which dosent seen to work. After I import the modules I am not able to connect to Azure AD…
0
votes
0 answers

Unable to resolve the IP address for the metadata endpoint error is coming while Adding AD FS as a SAML identity provider in ADB2C

We are trying to add AD FS as a SAML identity provider using custom policies in Azure Active Directory B2C. We have configured the AD FS server using federation server proxy. We have followed the following links for the…
0
votes
1 answer

Using Azure ADB2C tokens to authenticate to RabbitMq

I am using Azure ADB2C to authenticate my users to a web service. I also us custom policies to enrich the token generated by Azure ADB2C. This works fine. Now I would like to add another service and for this I would like to use RabbitMq. To…
0
votes
1 answer

emailVerificationSSPRControl isn't rendering intro_msg

For some reason Azure B2C emailVerificationSSPRControl isn't rendering the intro_message text, but only shows empty green box. Additional UI texts after submitting email display correctly. In fact, even if I don't define any LocalizedString values,…
Jussi Palo
  • 848
  • 9
  • 26
0
votes
1 answer

B2C custom policy login - "The username or password provided in the request are invalid"

We have a legacy system that we are upgrading to Azure B2C. Users need to be able to log-in using their usernames or emails. In legacy system multiple users can have the same email address. We created custom policy (based on…
0
votes
0 answers

QR code not generated for Azure AD B2C custom totp sample

I am following this sample here and have deployed it and integrated it with my test Azure AD B2C user sign in journey. However, when it loads the page (selfasserted-appfactor-registration.html), there is no QR code. I don't see anything in the…
Riz
  • 6,486
  • 19
  • 66
  • 106
0
votes
1 answer

Could an Azure AD B2C custom policy theoretically produce a token from social IDP claims even without an Azure AD user?

This a (mostly) theoretical question from a new B2C user. If all of the claims I send to the RP are available from an OIDC ClaimsProvider, I seem to be able to create a "pass through" custom policy that doesn't actually require an Azure AD user to…
0
votes
1 answer

How to extract multiple values from id_token_hint into specific claims?

I have an id_token_hint with a token from an https://sts.windows.net/. I'm willing to use it as a trusted party based on the role present in the token. Here's a JWT token example: { "iss":…
Georgy Grigoryev
  • 822
  • 2
  • 8
  • 26