Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

one - to - one mapping of Auth0 userdata #99

Open
2 tasks
muhlemmer opened this issue Sep 27, 2023 · 0 comments
Open
2 tasks

one - to - one mapping of Auth0 userdata #99

muhlemmer opened this issue Sep 27, 2023 · 0 comments
Labels
go Pull requests that update Go code

Comments

@muhlemmer
Copy link
Contributor

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
@hifabienne hifabienne added the go Pull requests that update Go code label Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
go Pull requests that update Go code
Projects
Status: 📨 Product Backlog
Development

No branches or pull requests

2 participants