Question: I am using Custom Policy B2C, when I register, I insert email, username and password. When I sign in, I sign in with username. When I reset password, I reset password with only email,but just here I have to ...

Question: 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 ...

Question: B2C uses an alternative security ID to uniquely identify users from social accounts. We have a problem where a user enters credentials for a user, but somehow B2C authenticates the user as someone else. I suspect the IDP is ...

Question: 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 alternativeUserId, can I ...

Question: 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 ...