Auth0 as the identity provider
When Auth0 is the (IdP), subscribers may:- Set root attributes on user sign-up (via the or via public signup) or on import
- Update root attributes individually via the Management API
Upstream identity providers
When an upstream IdP (like Google or Facebook) is used, subscribers have two options:- The upstream IdP sets the root attributes when users are first created and then automatically updates them with each subsequent login. This is the default behavior.
- The upstream IdP sets the root attributes on user creation only and does not update them on subsequent logins, thereby allowing subscribers to update root attributes individually via the Management API. To enable this, you will need to configure your connection sync with Auth0.