Managing external identities to enable secure access for partners, customers, and other non-employees
Welcome to Microsoft Q&A
Hello @Anton Elisee ,
I understand the frustration. This error basically means "I collected the user's info, but the database refused to save it."
Since the regular logs aren't helping, Check 3 things:
- Look at the Audit Logs, not Sign-in Logs: Because the user wasn't created yet, the "Sign-in" log is often empty. Go to the "Audit Logs" section in the menu. Look for a failed event that says, "Create User." Click on it, it usually tells you exactly why it failed """""like "Password was too weak" or "Email already exists"""""
- Turn off "API Connectors" If you have them of course: Do you have any external code checking the user's data like an ID verification tool or a webhook??? If yes, that tool might be rejecting the user or crashing. Try removing that connection from your User Flow settings temporarily. If the sign-up works after that, you know the problem is in that external code.
- Check your Sign-Up Form fields: Are you asking for a special custom field like "Shoe Size" or Employee ID???? Try removing custom fields from the form one by one. Sometimes a field is set to "required" but isn't set up correctly in the backend, causing the save to fail.
This may help you pinpoint the issue a least, let me know if you find something in the audit logs
😊 If my answer helped you resolve your issue, please consider marking it as the correct answer. This helps others in the community find solutions more easily. Thanks!