I am trying to use Azure AD B2C: Force password reset first logon to implement the Password reset on initial login. I am using a username to sign in to the application and NOT Email address. When I sign-in using my username, I am not getting redirected to the password reset page and the custom attribute is not cleared.
I am using Graph API to set the custom attribute Extenstion_000000000000000000000000000000000_ForcePasswordResetOnInitialLogin with user creation. Can you please direct me where I am doing this wrong?
I would like the user to sign in for the first time and get redirected to reset the password and clear the custom attribute.
Note: I am using Sign in using Username and there is no user signup. All users are created by Graph API.