I am exploring Azure AD B2C Scenario but XML policy and its technical terminology looks very complex for me.
I am configuring Azure AD B2C Policy for the existing system which is based on username and password. Unique Username and UniqueId generated in the existing system.
So, I need to configure Azure AD B2C Sign Up and Sign In
- Using Username Only
- Store EmployeeId in Azure B2C Directory while Sign up and need to check unique EmployeeId in the B2C directory
- MFA using Email or Phone with a username. Users can select either option.
- Password Reset with MFA Either using Email and Phone Number based on preference
I am not sure this type of custom policy can be possible or not.
Is there any Azure B2C custom policy that has a similar kind of user flow or functionality?
I don't know how to combine validation, username flow, and MFA with Either Phone or Email and Same for Password Reset.
How can we restrict unique verified Email/Phone with each username for SSPR?
I am not sure where to start for custom policy.
Any help or suggestion much appreciated Thanks in Advance