A cloud-based identity and access management service for securing user authentication and resource access
Unable to skip “User Details / Continue” page after OTP verification in Azure AD B2C SignIn flow
Description
We are using Azure AD B2C built-in SignIn user flow with email OTP verification.
Current behavior:
User signs in using email and password
Email OTP is sent and verified successfully
After verification, B2C shows an additional “User Details – Email address verified. You can now continue” page
User must click Continue to be redirected back to the application
Expected behavior: Once the OTP is verified, the user should be automatically redirected back to the application, without showing the intermediate User Details / Continue page.
Question to Microsoft Support
Is there any configuration or setting in built-in Azure AD B2C user flows to:
- Skip the “User Details” confirmation page?
- Automatically continue after OTP verification?
If not supported, please confirm officially that:
This behavior is by design
**Custom Policies (IEF)** are the only supported solution to remove this page
Environment Details
Service: Azure Active Directory B2C
User Flow: SignInSignUp
Verification Method: Email OTP
Policy Type: Built-in user flow (not custom policy)
Impact
This extra confirmation step impacts user experience and adds an unnecessary interaction during sign-in.
Skip the “User Details” confirmation page?
Automatically continue after OTP verification?
If not supported, please confirm officially that:
This behavior is by design
**Custom Policies (IEF)** are the only supported solution to remove this page
Environment Details
Service: Azure Active Directory B2C
User Flow: SignInSignUp
Verification Method: Email OTP
Policy Type: Built-in user flow (not custom policy)
Impact
This extra confirmation step impacts user experience and adds an unnecessary interaction during sign-in.
Attachements
Sign-In Page
OTP Sending Page
OTP verification page
“User Details – Email verified. Continue” page