From cfb1480f1995c555e43b21daa8f19fd3647ea291 Mon Sep 17 00:00:00 2001 From: jacobshandling <61553566+jacobshandling@users.noreply.github.com> Date: Thu, 6 Nov 2025 18:28:24 -0800 Subject: [PATCH] Match actual requirements for setting up Okta (#35327) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The form requires a "fully-qualified"* URL *thanks @mike-j-thomas 😀 --------- Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com> --- articles/foreign-vitals-map-idp-users-to-hosts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/foreign-vitals-map-idp-users-to-hosts.md b/articles/foreign-vitals-map-idp-users-to-hosts.md index 8f9d8d1c91..1ad5f0a05f 100644 --- a/articles/foreign-vitals-map-idp-users-to-hosts.md +++ b/articles/foreign-vitals-map-idp-users-to-hosts.md @@ -28,8 +28,8 @@ To map users from Okta to hosts in Fleet, we'll do the following steps: 2. In the main menu, select **Applications > Applications**, then select **Create App Integration**. 3. Select **SAML 2.0** option and select **Next**. 4. On the **General Settings** page, add a friendly **App name** (e.g Fleet SCIM), and select **Next**. -5. On the **SAML Settings** page, add any URL to the **Single sign-on URL** and **Audience URI (SP Entity ID)** fields, and select **Next**. -> Okta requires setting up SAML to set up SCIM. Since we don't need SAML right now, you can set the URL to something arbitrary, e.g "example.fleetdm.com". +5. On the **SAML Settings** page, add any fully-qualified URL to the **Single sign-on URL** and **Audience URI (SP Entity ID)** fields, and select **Next**. +> Okta requires setting up SAML to set up SCIM. Since we don't need SAML right now, you can set the URL to something arbitrary, e.g "https://example.fleetdm.com". 6. On the **Feedback** page, provide feedback if you want, and select **Finish**. 7. Select the **General** tab in your newly created app and then select **Edit** in **App Settings**. 8. For **Provisioning**, select **SCIM** and select **Save**.