security: add teams to enforce sign-in (#22718)

## Description
- Next DD release will support Enforce Sign-in for Teams, do not merge
this until DD release date next week

## Related issues or tickets
- https://docker.atlassian.net/browse/ENGDOCS-2669

## Reviews
- [ ] Editorial review
This commit is contained in:
Sarah Sanders
2025-06-04 09:49:27 -04:00
committed by GitHub
parent 154334498b
commit a1f46e6192
2 changed files with 13 additions and 7 deletions

View File

@@ -16,10 +16,13 @@ weight: 30
By default, members of your organization can use Docker Desktop without signing
in. When users dont sign in as a member of your organization, they dont
receive the [benefits of your organizations
subscription](../../../subscription/details.md) and they can circumvent [Dockers
security features](/manuals/security/for-admins/hardened-desktop/_index.md) for your organization.
subscription](../../../subscription/details.md) and they can circumvent
[Dockers
security features](/manuals/security/for-admins/hardened-desktop/_index.md) for
your organization.
There are multiple methods for enforcing sign-in, depending on your companies' set up and preferences:
There are multiple methods for enforcing sign-in, depending on your companies'
set up and preferences:
- [Registry key method (Windows only)](methods.md#registry-key-method-windows-only){{< badge color=green text="New" >}}
- [Configuration profiles method (Mac only)](methods.md#configuration-profiles-method-mac-only){{< badge color=green text="New" >}}
- [`.plist` method (Mac only)](methods.md#plist-method-mac-only){{< badge color=green text="New" >}}
@@ -27,7 +30,8 @@ There are multiple methods for enforcing sign-in, depending on your companies' s
## How is sign-in enforced?
When Docker Desktop starts and it detects a registry key, `.plist` file, or `registry.json` file, the following occurs:
When Docker Desktop starts and it detects a registry key, `.plist` file, or
`registry.json` file, the following occurs:
- A **Sign in required!** prompt appears requiring the user to sign
in as a member of your organization to use Docker Desktop. ![Enforce Sign-in
@@ -42,11 +46,13 @@ When Docker Desktop starts and it detects a registry key, `.plist` file, or `reg
> [!NOTE]
>
> Enforcing sign-in for Docker Desktop does not impact accessing the Docker CLI. CLI access is only impacted for organizations that enforce single sign-on.
> Enforcing sign-in for Docker Desktop does not impact accessing the Docker CLI.
CLI access is only impacted for organizations that enforce single sign-on.
## Enforcing sign-in versus enforcing single sign-on (SSO)
[Enforcing SSO](/manuals/security/for-admins/single-sign-on/connect.md#optional-enforce-sso) and enforcing sign-in are different features. The following table provides a
[Enforcing SSO](/manuals/security/for-admins/single-sign-on/connect.md#optional-enforce-sso)
and enforcing sign-in are different features. The following table provides a
description and benefits when using each feature.
| Enforcement | Description | Benefits |

View File

@@ -178,7 +178,7 @@ Domain management:
subscription: [Business]
for: Administrators
Enforce sign-in:
subscription: [Business]
subscription: [Team, Business]
for: Administrators
Gated distribution:
availability: Early Access