Non-unique email feature default configuration for connections

I have a question about the newly announced non-unique email feature. It’s unclear to me from the announcement what the default configuration for new connections will be and if any changes need to happen if you use the Management API to create new connections. The application I work on requires unique email addresses for accounts, so will this continue to be the default configuration and will any changes be required if you use the Management API to create connections?

1 Like
More details are available here: https://auth0.com/docs/authenticate/database-connections/non-unique-emails
1 Like

Hi @sarah.allen,

Welcome to the Auth0 Community!

Thanks @animesh-sonkar_ukg for the documentation provided, since that is indeed the right place to look.

Your configuration requires unique email addresses, and that will still be the standard way of creating a new connection, while changes will be needed only when setting Flexible Identifiers. The default way of Creating a new connection via the Management API still has the options.attributes.email object set with the identifier.active: true, as that will keep the email as the Primary Identifier.

Best regards,

Remus

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.