Skip to content

Commit 8867990

Browse files
authored
update service provider instructions (#20599)
1 parent 10b2400 commit 8867990

File tree

8 files changed

+19
-42
lines changed

8 files changed

+19
-42
lines changed

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

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -33,32 +33,27 @@ To retrieve those values:
3333

3434
1. Log in to your Falcon Dashboard.
3535
2. Go to **Support and resources** > **API Clients and Keys**.
36-
3. Select **Add new API client** and enter any name for the client.
37-
4. Enable the **Read** API Scope for **Zero Trust Assessment**, **Hosts**, **Detections**, **Event Streams**, and **User Management**.
38-
5. Select **Add**.
36+
3. Select **Create API client** and enter any name for the client.
37+
4. Turn on the following API permissions:
38+
| Scope | Permission |
39+
| ----- | ---------- |
40+
| Detections | Read |
41+
| Hosts | Read |
42+
| Event Streams | Read |
43+
| User Management | Read |
44+
| Zero Trust Assessment | Read |
45+
5. Select **Create**.
3946
6. Copy the **Client ID**, **Client Secret**, and **Base URL** to a safe place.
40-
7. Go to **Host setup and management** > **Sensor downloads** and copy your Customer ID.
41-
8. Get an auth token from your CrowdStrike API endpoint:
42-
43-
```bash
44-
curl -X POST "<BASE_URL>/oauth2/token" \
45-
-H "accept: application/json" \
46-
-H "Content-Type: application/x-www-form-urlencoded" \
47-
-d "client_id=<CLIENT_ID>&client_secret=<CLIENT_SECRET>"
48-
```
49-
50-
This POST request authorizes Cloudflare Zero Trust to [add CrowdStrike as a service provider](#2-add-crowdstrike-as-a-service-provider). For more information, refer to the Crowdstrike [auth token documentation](https://falcon.us-2.crowdstrike.com/documentation/93/oauth2-auth-token-apis).
47+
7. Go to **Host setup and management** > **Sensor downloads** and copy your **Customer ID**.
5148

5249
### 2. Add CrowdStrike as a service provider
5350

5451
<Render file="posture/add-service-provider" params={{ provider: "Crowdstrike" }} />
5552
5. Enter the **Client ID** and **Client secret** you noted down above.
56-
6. Enter your **Rest API URL**.
53+
6. In **Rest API URL**, enter your **Base URL**.
5754
7. Enter your **Customer ID**.
5855
8. Choose a **Polling frequency** for how often Cloudflare Zero Trust should query CrowdStrike for information.
59-
9. Select **Save**.
60-
61-
<Render file="posture/test-posture-provider" />
56+
9. Select **Test and save**.
6257

6358
### 3. Configure the posture check
6459

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ import { Render } from "~/components"
3030
<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.
33-
7. Select **Save**.
34-
35-
<Render file="posture/test-posture-provider" />
33+
7. Select **Test and save**.
3634

3735
### 3. Configure the posture check
3836

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ To retrieve those values:
4646
<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.
49-
7. Select **Save**.
50-
51-
<Render file="posture/test-posture-provider" />
49+
7. Select **Test and save**.
5250

5351
## 3. Configure the posture check
5452

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@ To retrieve those values:
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.
48-
8. Select **Save**.
49-
50-
<Render file="posture/test-posture-provider" />
48+
8. Select **Test and save**.
5149

5250
### 3. Configure the posture check
5351

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ To retrieve those values:
4343
<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.
46-
7. Select **Save**.
47-
48-
<Render file="posture/test-posture-provider" />
46+
7. Select **Test and save**.
4947

5048
### 3. Configure the posture check
5149

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ To obtain these values:
3434
<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.
37-
7. Select **Save**.
38-
39-
<Render file="posture/test-posture-provider" />
37+
7. Select **Test and save**.
4038

4139
## 3. Configure the posture check
4240

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ To retrieve those values:
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.
47-
8. Select **Save**.
48-
49-
<Render file="posture/test-posture-provider" />
47+
8. Select **Test and save**.
5048

5149
## 3. Configure the posture check
5250

src/content/partials/cloudflare-one/posture/test-posture-provider.mdx

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)