Skip to content

Commit a1f46e6

Browse files
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
1 parent 1543344 commit a1f46e6

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

content/manuals/security/for-admins/enforce-sign-in/_index.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,22 @@ weight: 30
1616
By default, members of your organization can use Docker Desktop without signing
1717
in. When users don’t sign in as a member of your organization, they don’t
1818
receive the [benefits of your organization’s
19-
subscription](../../../subscription/details.md) and they can circumvent [Docker’s
20-
security features](/manuals/security/for-admins/hardened-desktop/_index.md) for your organization.
19+
subscription](../../../subscription/details.md) and they can circumvent
20+
[Docker’s
21+
security features](/manuals/security/for-admins/hardened-desktop/_index.md) for
22+
your organization.
2123

22-
There are multiple methods for enforcing sign-in, depending on your companies' set up and preferences:
24+
There are multiple methods for enforcing sign-in, depending on your companies'
25+
set up and preferences:
2326
- [Registry key method (Windows only)](methods.md#registry-key-method-windows-only){{< badge color=green text="New" >}}
2427
- [Configuration profiles method (Mac only)](methods.md#configuration-profiles-method-mac-only){{< badge color=green text="New" >}}
2528
- [`.plist` method (Mac only)](methods.md#plist-method-mac-only){{< badge color=green text="New" >}}
2629
- [`registry.json` method (All)](methods.md#registryjson-method-all)
2730

2831
## How is sign-in enforced?
2932

30-
When Docker Desktop starts and it detects a registry key, `.plist` file, or `registry.json` file, the following occurs:
33+
When Docker Desktop starts and it detects a registry key, `.plist` file, or
34+
`registry.json` file, the following occurs:
3135

3236
- A **Sign in required!** prompt appears requiring the user to sign
3337
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
4246

4347
> [!NOTE]
4448
>
45-
> 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.
49+
> Enforcing sign-in for Docker Desktop does not impact accessing the Docker CLI.
50+
CLI access is only impacted for organizations that enforce single sign-on.
4651

4752
## Enforcing sign-in versus enforcing single sign-on (SSO)
4853

49-
[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
54+
[Enforcing SSO](/manuals/security/for-admins/single-sign-on/connect.md#optional-enforce-sso)
55+
and enforcing sign-in are different features. The following table provides a
5056
description and benefits when using each feature.
5157

5258
| Enforcement | Description | Benefits |

data/summary.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Domain management:
178178
subscription: [Business]
179179
for: Administrators
180180
Enforce sign-in:
181-
subscription: [Business]
181+
subscription: [Team, Business]
182182
for: Administrators
183183
Gated distribution:
184184
availability: Early Access

0 commit comments

Comments
 (0)