From 08d496d300366bc49de18c57d9eb8c18110b128e Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Fri, 9 Jan 2026 16:11:04 -0500 Subject: [PATCH] Guide fix: Fix anchor links (#38129) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Currently the Entra link (3) goes to the Okta step because the Okta and Entra steps have identical anchor links: Screenshot 2026-01-09 at 4 09 07 PM https://fleetdm.com/guides/foreign-vitals-map-idp-users-to-hosts#step-3-map-users-and-groups-to-hosts-in-fleet --- articles/foreign-vitals-map-idp-users-to-hosts.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/articles/foreign-vitals-map-idp-users-to-hosts.md b/articles/foreign-vitals-map-idp-users-to-hosts.md index c34b9752e2..88248317fd 100644 --- a/articles/foreign-vitals-map-idp-users-to-hosts.md +++ b/articles/foreign-vitals-map-idp-users-to-hosts.md @@ -20,7 +20,7 @@ To map users from Okta to hosts in Fleet, we'll do the following steps: 1. [Create application in Okta](#step-1-create-application-in-okta) 2. [Connect Okta to Fleet](#step-2-connect-okta-to-fleet) -3. [Map users and groups to hosts in Fleet](#step-3-map-users-and-groups-to-hosts-in-fleet) +3. [Map Okta users and groups to hosts in Fleet](#step-3-map-okta-users-and-groups-to-hosts-in-fleet) #### Step 1: Create application in Okta @@ -52,7 +52,7 @@ To map users from Okta to hosts in Fleet, we'll do the following steps: 11. On the same page, make sure that `givenName` and `familyName` attributes have Okta values assigned to them. Currently, Fleet requires the `userName`, `givenName`, and `familyName` SCIM attributes. Fleet also supports the `department` attribute, but does not require it. Delete the rest of the attributes. ![Okta SCIM attributes mapping](../website/assets/images/articles/okta-scim-attributes-mapping-402x181@2x.png) -#### Step 3: Map users and groups to hosts in Fleet +#### Step 3: Map Okta users and groups to hosts in Fleet To send users and groups information to Fleet, you have to assign them to your new SCIM app. @@ -78,7 +78,7 @@ To map users from Entra ID to hosts in Fleet, we'll do the following steps: 1. [Create enterprise application in Entra ID](#step-1-create-enterprise-application-in-entra-id) 2. [Connect Entra ID to Fleet](#step-2-connect-entra-id-to-fleet) -3. [Map users and groups to hosts in Fleet](#step-3-map-users-and-groups-to-hosts-in-fleet) +3. [Map Entra users and groups to hosts in Fleet](#step-3-map-entra-users-and-groups-to-hosts-in-fleet) #### Step 1: Create enterprise application in Entra ID @@ -97,7 +97,7 @@ To map users from Entra ID to hosts in Fleet, we'll do the following steps: 5. Select the **Test connection** button. You should see success message. 6. Select **Create** and, after successful creation, you'll be redirected to the overview page. -#### Step 3: Map users and groups to hosts in Fleet +#### Step 3: Map Entra users and groups to hosts in Fleet 1. From the side menu, select **Attribute mapping** and then select **Provision Microsoft Entra ID Groups**. ![Entra SCIM attributes mapping for groups](../website/assets/images/articles/entra-group-scim-attributes-504x134@2x.png)