Skip to content

Commit c61ee1a

Browse files
committed
Fixing broken links
1 parent 89d494b commit c61ee1a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/content/docs/fundamentals/account/account-security/scim-setup/okta.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The **Update User Attributes** option is not supported.
2929

3030
1. In your integration page, go to **Provisioning** > **Configure API Integration**.
3131
2. Enable **Enable API Integration**.
32-
3. In SCIM 2.0 Base URL, enter: `https://api.cloudflare.com/client/v4/accounts/<accountID>/scim/v2`, substituting `accountID` for your [Cloudflare Account ID](/fundamentals/setup/account/account-security/scim-setup/#get-your-account-id).
32+
3. In SCIM 2.0 Base URL, enter: `https://api.cloudflare.com/client/v4/accounts/<accountID>/scim/v2`, substituting `accountID` for your [Cloudflare Account ID](/fundamentals/account/account-security/scim-setup/#get-your-account-id).
3333
4. In the **OAuth Bearer Token** field, enter your API token value.
3434
5. Deselect **Import Groups**.
3535

@@ -43,7 +43,7 @@ The **Update User Attributes** option is not supported.
4343
5. In the Push Groups tab, add the Okta groups you want to synchronize with Cloudflare Dash. You can view these groups in the dash under Manage Account > Manage members > Members > User Groups.
4444

4545
:::note
46-
You must have opted into the Cloudflare User Groups Public Beta to synchronize groups from Okta to Cloudflare. Refer to the [User Groups](/fundamentals/setup/manage-members/user-groups/) documentation for more information.
46+
You must have opted into the Cloudflare User Groups Public Beta to synchronize groups from Okta to Cloudflare. Refer to the [User Groups](/fundamentals/manage-members/user-groups/) documentation for more information.
4747
:::
4848

4949
To verify the integration, select **View Logs** in the Okta SCIM application, and check the Cloudflare Dash Audit Logs by navigating to **Manage Account** > **Audit Log**.

src/content/docs/fundamentals/manage-members/user-groups.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebar:
99

1010
import { Tabs, TabItem } from '~/components';
1111

12-
User Groups are a collection of [account members](/fundamentals/setup/manage-members/manage/) that are treated equally from an access control perspective. User Groups can be assigned permission policies, with individual members in the group receiving all permissions of the roles assigned to the User Group.
12+
User Groups are a collection of [account members](/fundamentals/manage-members/) that are treated equally from an access control perspective. User Groups can be assigned permission policies, with individual members in the group receiving all permissions of the roles assigned to the User Group.
1313

1414
:::note
1515
If you use the [Cloudflare Dashboard SCIM integration](/fundamentals/account/account-security/scim-setup/), you can sync Groups from an upstream Identity Provider via SCIM. This allows you to centralize user and group management at your identity provider.
@@ -30,7 +30,7 @@ Additionally, when you manage User Groups with SCIM, you cannot change the name,
3030

3131
### Assign a Permission Policy
3232

33-
With your Group created, you can now add a [Permission Policy](/fundamentals/setup/manage-members/policies/) to your Group.
33+
With your Group created, you can now add a [Permission Policy](/fundamentals/manage-members/policies/) to your Group.
3434

3535
<Tabs syncKey="dashPlusAPI"> <TabItem label="Dashboard">
3636

0 commit comments

Comments
 (0)