Hi @AgroP , to redirect the user to the sign-in page after a successful sign-up using the Azure AD B2C Local account sign-up page, you can follow these steps:
- In the Azure portal, go to your Azure AD B2C tenant and select "User flows" from the left-hand menu.
- Select the user flow that you want to modify (in this case, the Local account sign-up page).
- Under "Properties", select "Page UI customization".
- In the "Page contract" section, select "Sign-up page".
- Scroll down to the "Page controls" section and select the "Continue button".
- In the "Action" section, select "Redirect".
- In the "Target page" section, select "Sign-in page".
- Save your changes.
Please let me know if you have any questions and I can help you further.
If this answer helps you please mark "Accept Answer" so other users can reference it.
Thank you,
James