From 8493f13d250abb1e4abf760e658b8a4ce3fefb64 Mon Sep 17 00:00:00 2001 From: Stephanie Aurelio <133041642+stephaurelio@users.noreply.github.com> Date: Mon, 13 May 2024 13:09:53 -0700 Subject: [PATCH] Update provisioning sections (#19980) * update shortcodes * use acronym * fix typo --- layouts/shortcodes/admin-sso-connect.md | 6 +----- layouts/shortcodes/admin-sso-management-users.md | 10 ++++------ 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/layouts/shortcodes/admin-sso-connect.md b/layouts/shortcodes/admin-sso-connect.md index 6d2eac8afb..6f31ce4878 100644 --- a/layouts/shortcodes/admin-sso-connect.md +++ b/layouts/shortcodes/admin-sso-connect.md @@ -2,19 +2,15 @@ {{ $sso_navigation := `Navigate to the SSO settings page for your organization or company. - Organization: Select **Organizations**, your organization, **Settings**, and then **Security**. - Company: Select **Organizations**, your company, and then **Settings**.` }} -{{ $provisioning_step := "4. Review your summary and select **Create Connection**." }} {{ if eq (.Get "product") "admin" }} {{ $product_link = "the [Admin Console](https://admin.docker.com)" }} {{ $sso_navigation = "Select your organization or company in the left navigation drop-down menu, and then select **SSO & SCIM.**" }} - {{ $provisioning_step = ` -3. **Beta feature** - Choose how you want to provision users by enabling Just-in-Time (JIT) provisioning (default), or disabling JIT provisioning. -4. Review your summary and select **Create Connection**.` }} {{ end }} 1. In {{ $product_link }}, select the verified domains you want to apply the connection to. 2. To provision your users, select the organization(s) and/or team(s). -{{ $provisioning_step }} +3. Review your summary and select **Create Connection**. ## Test your SSO configuration diff --git a/layouts/shortcodes/admin-sso-management-users.md b/layouts/shortcodes/admin-sso-management-users.md index f38b87a4dd..ae8fd1bc54 100644 --- a/layouts/shortcodes/admin-sso-management-users.md +++ b/layouts/shortcodes/admin-sso-management-users.md @@ -14,14 +14,12 @@ {{ $member_navigation = `Navigate to the user management page for your organization or company. - Organization: Select your organization in the left navigation drop-down menu, and then select **Members**. - Company: Select your company in the left navigation drop-down menu, and then select **Users**.` }} - {{ $remove_button = "**Remove member**, if you're an organization, or **Remove user**, is you're a company" }} - {{ $provisioning_steps = `To choose how your users are provisioned: + {{ $remove_button = "**Remove member**, if you're an organization, or **Remove user**, if you're a company" }} + {{ $provisioning_steps = `Users are provisioned with JIT provisioning by default. If you enable SCIM, you can disable JIT: 1. Sign in to the [Admin Console](https://admin.docker.com). 2. Select your organization or company in the left navigation drop-down menu, and then select **SSO & SCIM**. - 3. In the SSO connections table, select the **Action** icon and then **Edit connection**. - 4. Select **Next** to navigate to the section where you can choose how to provision users. - 5. Choose to enable or disable Just-in-Time (JIT) provisioning (default). - 6. Follow the on-screen instructions to save your configuration.` }} + 3. In the SSO connections table, select the **Action** icon and then **Disable JIT provisioning**. + 4. Select **Disable** to confirm.` }} {{ end }} > **Important**