zitadel-tools icon indicating copy to clipboard operation
zitadel-tools copied to clipboard

one - to - one mapping of Auth0 userdata

Open muhlemmer opened this issue 2 years ago • 0 comments

The current Auth0 migration tool currently transforms data:

Source (Auth0) Destination (ZITADEL)
email userName
name firstName
name lastName
--email-verified flag isEmailVerified

I believe this was based on the data available in the export example docs. However, digging a little deeper, it seems it's possible to extract all fields from auth0 directly: https://auth0.com/docs/manage-users/user-accounts/user-profiles/user-profile-structure. Including fields currently not even considered, such as a metadata object.

Acceptance criteria

  • [ ] Map all available export fields to available import fields
  • [ ] Update the documentation with the command required to export those fields from Auth0

muhlemmer avatar Sep 27 '23 12:09 muhlemmer