Skip to content

Commit 1f3fc28

Browse files
Add integer requirements and extra step for SSO connect
1 parent 1904b6d commit 1f3fc28

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

content/manuals/security/for-admins/provisioning/_index.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ When a user signs in through SSO, Docker obtains several attributes from your Id
3838
- **Docker Org**: Optional. Specifies the organization the user belongs to
3939
- **Docker Team**: Optional. Defines the team the user belongs to within the organization
4040
- **Docker Role**: Optional. Determines the user's permission within Docker
41-
- **Docker session minutes**: Optional. Determine's the user's session limit. You can set the session minutes to support your IdP's default session timeout. If this is attribute is not provided, by default:
41+
- **Docker session minutes**: Optional. Determine's the user's session limit.
42+
You can set the session minutes to support your IdP's default session timeout.
43+
The attribute must be a positive integer > 0.
44+
If this is attribute is not provided, by default:
4245
- Docker Desktop signs you out after 90 days, or 30 days of inactivity.
4346
- Docker Hub and Docker Home sign you out after 24 hours.
4447

@@ -52,7 +55,7 @@ If your organization uses SAML for SSO, Docker retrieves these attributes from t
5255
| Docker Org (optional) | `dockerOrg` |
5356
| Docker Team (optional) | `dockerTeam` |
5457
| Docker Role (optional) | `dockerRole` |
55-
| Docker session minutes (optional) | `dockerSessionMinutes` |
58+
| Docker session minutes (optional) | `dockerSessionMinutes`, must be a positive integer > 0 |
5659

5760
## What's next?
5861

content/manuals/security/for-admins/single-sign-on/connect.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,10 @@ The user interface for your IdP may differ slightly from the following steps. Re
7878
- Name ID format: `EmailAddress`
7979
- Application username: `Email`
8080
- Update application on: `Create and update`
81-
11. Select **Next**.
82-
12. Select the **This is an internal app that we have created** checkbox.
83-
13. Select **Finish**.
81+
11. Optional. Add SAML attributes. See [SSO attributes](/manuals/security/for-admins/provisioning/_index.md#sso-attributes) for a table of SSO attributes.
82+
12. Select **Next**.
83+
13. Select the **This is an internal app that we have created** checkbox.
84+
14. Select **Finish**.
8485

8586
{{< /tab >}}
8687
{{< tab name="Entra ID SAML 2.0" >}}
@@ -94,8 +95,9 @@ The user interface for your IdP may differ slightly from the following steps. Re
9495
7. Enter the following values from Docker into their corresponding Azure fields:
9596
- Docker Entity ID: **Identifier**
9697
- Docker ACS URL: **Reply URL**
97-
8. Save configuration.
98-
9. From the **SAML Signing Certificate** section, download your **Certificate (Base64)**.
98+
8. Optional. Add SAML attributes. See [SSO attributes](/manuals/security/for-admins/provisioning/_index.md#sso-attributes) for a table of SSO attributes.
99+
9. Save configuration.
100+
10. From the **SAML Signing Certificate** section, download your **Certificate (Base64)**.
99101

100102
{{< /tab >}}
101103
{{< tab name="Azure Connect (OIDC)" >}}

0 commit comments

Comments
 (0)