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?
3 Likes
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.
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.