Auth0 requires that email addresses are unique on a per-connection basis. However, there are no limitations on a per-application basis.Therefore, it is possible for user A to sign up for the application using one connection and user B to sign up for the application with the same email address using a different connection.If your rules assign scopes to users based on email address, the second user has now been given the same scopes as the first user, despite being a different individual.