You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -54,7 +54,9 @@ Follow these steps to get the Management API Access Token and connection ID:
54
54
2. Select **Auth0 Management API** and go to the **API Explorer** tab. Copy the displayed token.
55
55
56
56
:::warning Token expiration
57
+
57
58
The token is valid for 24 hours by default and is configurable.
59
+
58
60
:::
59
61
60
62
3. Go to **Authentication** and navigate to **Database**.
@@ -86,15 +88,18 @@ Follow these steps to export the user data:
86
88
87
89
### 2. Export password hashes
88
90
89
-
Exporting password hashes is optional but recommended. Because password hashes are considered sensitive information, Auth0 doesn't export them as part of the general export process. To get the password hashes and other password-related information, you must [create an Auth0 support ticket](#create-auth0-support-ticket).
91
+
Exporting password hashes is optional but recommended. Because password hashes are considered sensitive information, Auth0 doesn't
If you don't have these values, you can retrieve them:
139
144
140
145
-**Using the CLI**: Run `ory list projects` to see all your projects and their IDs
141
-
-**Using the Console**: Go to [Ory Console](https://console.ory.sh/), select your project, and find the IDs in the project settings
146
+
-**Using the Console**: Go to [Ory Console](https://console.ory.sh/), select your project, and find the IDs in the project
147
+
settings
142
148
143
149
:::
144
150
145
-
146
-
147
151
### 2. Configure identity schema
148
152
149
-
Before importing users, you need to configure your Ory project's identity schema to match your Auth0 setup. Since Auth0 users authenticate with email and password, configure the identity schema to use the email preset.
153
+
Before importing users, you need to configure your Ory project's identity schema to match your Auth0 setup. Since Auth0 users
154
+
authenticate with email and password, configure the identity schema to use the email preset.
0 commit comments