Synonym of azure-ad-b2c tag https://stackoverflow.com/tags/azure-ad-b2c/
Questions tagged [aad-b2c]
174 questions
0
votes
1 answer
Customizing ADB2C Login Page with Forgot ‘UserName’ link
I’ve implemented a user login page using ADB2C custom html template. Once user initiates a login, b2c signin userflow triggers the unified.html and displays a login UI successfully. During login user will use username field which is a unique…

CloudSpace03
- 31
- 9
0
votes
1 answer
Azure AD B2C Custom policy goes to start of user journey after OTP verification
I'm using the reset password sample from the Azure AD B2C samples repository:
https://github.com/azure-ad-b2c/samples/tree/master/policies/pwd-reset-email-exists
I'm experiencing a timeout/expiry issue in the user journey - below are the…

bawse
- 130
- 4
- 21
0
votes
1 answer
Extra field on sign-in selfasserted form is not rendered
Trying to implement an invisible recaptcha on my sign-in selfasserted form. I'm using the same technique that I did on my sign up but I noticed that my custom attribute is not rendered in the DOM and not shown (I will make this invisible). I need…

Sdiego
- 27
- 4
0
votes
0 answers
Adding a popup to Azure AD B2C sign-up page
I'm trying to add a password complexity pop-up whenever the new password field on the sign-up page is focused but it doesn't seem like Azure AD B2C has a custom policy element for that.
A suggestion of the best approach to achieve the above would be…

Quang
- 11
- 4
0
votes
1 answer
To allow external client application users to access another B2C Integrated client website
To our client website, we have implemented user authentication (using OIDC) and related user flows using Azure ADB2C. External users are successfully authenticating and accessing from our website (SPA). Also, we have implemented b2c ROPC flow for…

CloudSpace03
- 31
- 9
0
votes
1 answer
ADB2C Social Log in - what is the difference between alternateSecurityId and userIdentity?
I'm just getting confused bec I have seen examples of using alternativeSecurityIds and others using userIdentities? Are they one and the same?
Also, I want to update my azure ad multi-tenant federation using userIdentity instead of…

Sdiego
- 27
- 4
0
votes
1 answer
Change JWT payload format with Azure B2C custom policies
I would like to implement JWT SSO for Zendesk with Azure AD B2C custom policies. For some internal reasons, we cannot use SAML.
My problem is Zendesk requires that the return URI respect the…

Coulemelle
- 341
- 1
- 4
- 13
0
votes
1 answer
Adb2c sign in - show recaptcha after 3 failed attempts
I have successfully implemented recatpcha in our custom policy sign up. I was wondering if theres a way to enforce it in our sign in policy where if the user fails to authenticate 3 times it will show the recaptha and user wont be able able to try…

Sdiego
- 27
- 4
0
votes
1 answer
Azure B2C: Email not displayed during Email MFA
I am using B2C custom policies which allows signup/signin with the username instead of the email. I have Email MFA enforced during the sign Up.
When signing in and selecting Email MFA, I don't see the email populated.
I have implemented the…

rachel
- 1
0
votes
1 answer
Azure B2C: How to use OtherMails attribute for MFA
I am using B2C custom policies which allows signup/signin with the username instead of the traditional email.
As part of the signup process, I am saving the Email in the otherMails attribute.
when choosing MFA as Email, I don't see the email field…

Kev
- 45
- 6
0
votes
1 answer
Is OAuth2 OBO Grant type supported in Azure AD B2C for MSFT-owned and organization-owned downstream resources?
Is OAuth2 OBO Grant type supported in Azure AD B2C for MSFT-owned and organization-owned downstream resources? I was able to get this to work when the downstream resource was one registered in the B2C tenant but not for a MSFT-owned resource like…

Bandz
- 253
- 4
- 15
0
votes
1 answer
Azure B2C Signup page
I’ve created a b2c signup flow through custom policy and the user journey is working fine. But, while clicking the ‘Signup’ icon there is a bit ‘flicker’ with a message displaying as ‘what is this?’, On the side of each field while loading a…

CloudSpace03
- 31
- 9
0
votes
1 answer
Can Azure AD B2C send extension attributes without the extension prefix on a SAML token in a SAML IdP-initiated SSO flow?
We are migrating to Azure AD B2C, and we have some IdP-initiated SSO
flows with federated third parties that we need to send SAML tokens
to.
There are some SAML attributes where we get the value from a B2C API connector to augment the token.
From…

Toby Artisan
- 1,639
- 3
- 23
- 26
0
votes
1 answer
Scope is not working with interactive user login azure ad b2c
I am trying to use the scripts in https://github.com/cljung/AzureAD-B2C-scripts and trying to do the below connecting device login with Scope to avoid client credentials.
Connect-AzADB2CDevicelogin -TenantName "yourtenant.onmicrosoft.com" -Scope…

tejkal123
- 1
- 2
0
votes
2 answers
During signIn receiving B2C error code ‘AADB2C99059’
Integrated a web application(SPA) with azure B2C for user authentication. During logging from web app, I’m seeing this b2c exception code (AADB2C99059) on the UI instead of actual b2c login screen. Please suggest me on this scenario, whether I have…

CloudSpace03
- 31
- 9