Skip to content

Commit f81f176

Browse files
authored
Update dash-sso-apps.mdx
copy edits and code block formatting
1 parent 1e9012f commit f81f176

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/content/docs/cloudflare-one/applications/configure-apps/dash-sso-apps.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,18 +68,18 @@ curl "https://api.cloudflare.com/client/v4/accounts/{account_id}/sso_connectors"
6868

6969
## 3. Verify domain ownership
7070

71-
Copy the verification code (for example `cloudflare_dashboard_sso=1111111`) and create a TXT record in your DNS configuration with that value. Cloudflare will automatically poll that DNS record until it is found or a timeout is reached within two days.
71+
Copy the verification code (for example `cloudflare_dashboard_sso=1111111`) and create a `TXT` record in your DNS configuration with that value. To test that the DNS record was correctly configured, you can use the `dig` command to query your email domain:
7272

73-
To test that the verification record was correctly configured, `dig` ([online version](https://digwebinterface.com/?type=TXT&short=on&ns=resolver&useresolver=1.1.1.1)) can be used to make a DNS request:
74-
75-
```bash title="dig command"
73+
```sh
7674
dig cool.cats TXT +short
75+
```
76+
```sh output
7777
"cloudflare_dashboard_sso=111111111"
7878
```
7979

80-
Notice that the correctly placed TXT record _includes_ the `cloudflare_dashboard_sso=` prefix.
80+
The `TXT` record must include the `cloudflared_dashboard_sso=` prefix along with the numerical code.
8181

82-
If verification fails due to timeout, you may manually reinitiate the polling by running the following command:
82+
Cloudflare will automatically poll this DNS record until it is found or a timeout is reached within two days. If verification fails due to timeout, you may manually reinitiate the polling by running the following command:
8383

8484
```bash title="cURL command"
8585
curl "https://api.cloudflare.com/client/v4/accounts/{account_id}/sso_connectors/{sso_connector_id}/begin_verification" \

0 commit comments

Comments
 (0)