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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,12 +67,12 @@ The Auth0 Connection is the method clients use to authenticate. This guide uses
67
67
1. Copy the **Connection Identifier** at the top of the page, you need it for the next step. It should start with something like `con_`.
68
68
1. Navigate to **Applications** -> **APIs** -> **Auth0 Management API**.
69
69
1. Click the **API Explorer** tab. Copy the token value, you also need it for the next step.
70
-
1. Run the following `curl` command to promote the connection to domain-level, replacing `CONNECTION_ID` and `MGMT_API_ACCESS_TOKEN` with the values you copied in the previous steps:
70
+
1. Run the following `curl` command to promote the connection to domain-level, replacing `<CONNECTION ID>` and `<MGMT API ACCESS TOKEN>` with the values you copied in the previous steps:
0 commit comments