Non-Unique Email

Is there a way to make users with email’s that are not unique? Unfortunately it is a requirement and we cannot use keycloak if emails have to be unique. Is there a way to work around it?

The reason for the requirement is we have multiple people in the same family that create separate accounts but share an email account.

Disable Login with email and enable Duplicate emails in the realm configuration:
image

thanks for the quick response!