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
Upstream IdPs handle social connections, enterprise connections, and legal identity connections. By default, user profile attributes provided by other than Auth0 (such as Google, Facebook, or X) are not directly editable because they are updated from the identity provider each time the user logs in. When using an upstream IdP, 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.