Hello,
Welcome to Microsoft Q&A,
In Azure portal > Azure AD B2C > User flows > Select your user flow (e.g., B2C_1_signupsignin1) > Applications tab.
- There you’ll see the list of applications (Client IDs) allowed to use this user flow.
- Confirm the Client ID shown in the error (4829629c-...) is the one assigned to the user flow.
- Your React app must use this exact Client ID in authConfig.js.
https://learn.microsoft.com/en-us/azure/active-directory-b2c/configure-authentication-sample-spa-app
Please upvote and accept the answer if it helps!!