Update provisioning sections (#19980)

* update shortcodes

* use acronym

* fix typo
This commit is contained in:
Stephanie Aurelio 2024-05-13 13:09:53 -07:00 committed by GitHub
parent 0a11e6f5df
commit 8493f13d25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 11 deletions

View File

@ -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

View File

@ -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**