Skip to content

Commit 68f0751

Browse files
authored
Advise the use of a scratch file for placeholders
1 parent 3ac59ce commit 68f0751

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/guides/auth.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ The Auth0 Connection is the method clients use to authenticate. This guide uses
6464

6565
1. In your Auth0 dashboard, navigate to **Authentication** -> **Database**.
6666
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 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_`.
67+
1. Back on your Auth0 dashboard, note the **Connection Identifier** at the top of the page. It should start with something like `con_`. Copy it into a scratch file. We'll refer to it later as `<CONNECTION ID>`.
6868
1. Navigate to **Applications** -> **APIs** -> **Auth0 Management API**.
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-
1. Click the **API Explorer** tab. Copy the token value. You also need it for the next command.
69+
1. Copy the domain name from the **Identifier** for this API into your scratch file. It should look something like `dev-123456.us.auth0.com`, where `dev-123456` is your Auth0 tenant ID. We'll refer to it as `<AUTH0 DOMAIN>`.
70+
1. Click the **API Explorer** tab. Copy the token value into your scratch file. We call it `<MGMT API ACCESS TOKEN>` in this guide.
7171
1. Run the following `curl` command to promote the connection to domain-level, replacing `<CONNECTION ID>`, `<AUTH0 DOMAIN>`, and `<MGMT API ACCESS TOKEN>` with the values you copied in the previous steps:
7272

7373
```sh

0 commit comments

Comments
 (0)