Skip to content

Commit 168e033

Browse files
committed
update partial frontmatter
1 parent a45da28 commit 168e033

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

src/content/docs/cloudflare-one/identity/devices/service-providers/crowdstrike.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To retrieve those values:
5151

5252
### 2. Add CrowdStrike as a service provider
5353

54-
<Render file="posture/add-service-provider" params={{ one: "Crowdstrike" }} />
54+
<Render file="posture/add-service-provider" params={{ provider: "Crowdstrike" }} />
5555
5. Enter the **Client ID** and **Client secret** you noted down above.
5656
6. Enter your **Rest API URL**.
5757
7. Enter your **Customer ID**.

src/content/docs/cloudflare-one/identity/devices/service-providers/custom.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Next, secure the external API behind Cloudflare Access so that WARP can authenti
108108

109109
To create a custom service-to-service integration:
110110

111-
<Render file="posture/add-service-provider" params={{ one: "Custom service provider" }} />
111+
<Render file="posture/add-service-provider" params={{ provider: "Custom service provider" }} />
112112
5. In **Access client ID** and **Access client secret**, enter the Access service token used to authenticate to your external API.
113113
6. In **Rest API URL**, enter the external API endpoint that Cloudflare will query for posture information (for example, `https://api.example.com`). For more information, refer to [External API requirements](#external-api-requirements).
114114
7. In **Polling frequency**, choose how often Cloudflare Zero Trust should query the external API for information.

src/content/docs/cloudflare-one/identity/devices/service-providers/kolide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { Render } from "~/components"
2727

2828
### 2. Add Kolide as a service provider
2929

30-
<Render file="posture/add-service-provider" params={{ one: "Kolide" }} />
30+
<Render file="posture/add-service-provider" params={{ provider: "Kolide" }} />
3131
5. Enter the **Client secret** you noted down above.
3232
6. Choose a **Polling frequency** for how often Cloudflare Zero Trust should query Kolide for information.
3333
7. Select **Save**.

src/content/docs/cloudflare-one/identity/devices/service-providers/microsoft.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To retrieve those values:
4343

4444
## 2. Add Intune as a service provider
4545

46-
<Render file="posture/add-service-provider" params={{ one: "Microsoft Endpoint Manager" }} />
46+
<Render file="posture/add-service-provider" params={{ provider: "Microsoft Endpoint Manager" }} />
4747
5. Enter the **Client ID**, **Client secret** and **Customer ID** as you noted down above.
4848
6. Select a **Polling frequency** for how often Cloudflare Zero Trust should query Microsoft Graph API for information.
4949
7. Select **Save**.

src/content/docs/cloudflare-one/identity/devices/service-providers/sentinelone.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To retrieve those values:
4141

4242
### 2. Add SentinelOne as a service provider
4343

44-
<Render file="posture/add-service-provider" params={{ one: "SentinelOne" }} />
44+
<Render file="posture/add-service-provider" params={{ provider: "SentinelOne" }} />
4545
5. In **Client Secret**, enter your **API Token**.
4646
6. In **Rest API URL**, enter `https://<S1-DOMAIN>.sentinelone.net`.
4747
7. Choose a **Polling frequency** for how often Cloudflare Zero Trust should query SentinelOne for information.

src/content/docs/cloudflare-one/identity/devices/service-providers/taniums2s.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To retrieve those values:
4040

4141
### 2. Add Tanium as a service provider
4242

43-
<Render file="posture/add-service-provider" params={{ one: "Tanium" }} />
43+
<Render file="posture/add-service-provider" params={{ provider: "Tanium" }} />
4444
5. Enter the **Client Secret** and **Rest API URL** you noted down above.
4545
6. Choose a **Polling frequency** for how often Cloudflare Zero Trust should query Tanium for information.
4646
7. Select **Save**.

src/content/docs/cloudflare-one/identity/devices/service-providers/uptycs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To obtain these values:
3131

3232
## 2. Add Uptycs as a service provider
3333

34-
<Render file="posture/add-service-provider" params={{ one: "Uptycs" }} />
34+
<Render file="posture/add-service-provider" params={{ provider: "Uptycs" }} />
3535
5. Enter the **Client ID**, **Client secret** and **Customer ID** as you noted down above.
3636
6. Select a **Polling frequency** for how often Cloudflare Zero Trust should query Uptycs for information.
3737
7. Select **Save**.

src/content/docs/cloudflare-one/identity/devices/service-providers/workspace-one.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To retrieve those values:
4040

4141
## 2. Add Workspace ONE as a service provider
4242

43-
<Render file="posture/add-service-provider" params={{ one: "Workspace ONE" }} />
43+
<Render file="posture/add-service-provider" params={{ provider: "Workspace ONE" }} />
4444
5. Enter the **Client ID** and **Client secret** you noted down above.
4545
6. Select a **Polling frequency** for how often Cloudflare Zero Trust should query Workspace ONE for information.
4646
7. Enter the **Region-specific token URL** and **REST API URL** you noted down above.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
inputParameters: param1
3-
2+
params:
3+
- provider
44
---
55

66
import { Markdown } from "~/components"
77

88
1. In [Zero Trust](https://one.dash.cloudflare.com), go to **Settings** > **WARP Client**.
99
2. Scroll down to **Third-party service provider integrations** and select **Add new**.
10-
3. Select **{props.one}**.
10+
3. Select **{props.provider}**.
1111
4. Enter any name for the provider. This name will be used throughout the dashboard to reference this connection.

0 commit comments

Comments
 (0)