Bulk user import using bcrypt does not allow to login to Auth0 universal login

Sorted out. The problem was password in payload was not valid. After passing valid one, it worked out perfectly without salt at all.

Password hashed with Bcrypt has all the information in itself so it does not need to have salt at all. That is why Auth0 bulk user import does not allow to pass additional property “salt”.

1 Like