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
Copy file name to clipboardExpand all lines: docs/source/guides/auth.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ The Auth0 Connection is the method clients use to authenticate. This guide uses
64
64
65
65
1. In your Auth0 dashboard, navigate to **Authentication** -> **Database**.
66
66
1. Create the default **Username-Password-Authentication** connection. Click the **Try Connection** button to test it and set up a username and password for later.
67
-
1. Back on Auth0's dashboard, copy the **Connection Identifier** at the top of the page, you'll need it soon. It should start with something like `con_`.
67
+
1. Back on your Auth0 dashboard, copy the **Connection Identifier** at the top of the page, you'll need it soon. It should start with something like `con_`.
68
68
1. Navigate to **Applications** -> **APIs** -> **Auth0 Management API**.
69
69
1. Copy the **Identifier** for this API. It should look something like `dev-123456.us.auth0.com`, where `dev-123456` is your Auth0 tenant ID.
70
70
1. Click the **API Explorer** tab. Copy the token value, you also need it for the next command.
0 commit comments