Is connection id unique across tenants?

We’re using Auth0 as SAML service provider, we know a unique id is generated within a tenant when a connection is created. Is connection id unique across tenants?

Yup. Connection Id is unique across the tenant. You can’t have two connection with same name in a single tenant.

Multiple tenants might have connections with the same name but the connection ID (eg: con_abcdefgh) would be unique across tenants. Just curious, what triggered the question?

We’re using connection id as primary keys for some data related to SAML connections, and we’re planning to support multi-tenants with the same database schema.