You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/manuals/security/for-admins/provisioning/_index.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,10 @@ When a user signs in through SSO, Docker obtains several attributes from your Id
38
38
-**Docker Org**: Optional. Specifies the organization the user belongs to
39
39
-**Docker Team**: Optional. Defines the team the user belongs to within the organization
40
40
-**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:
42
45
- Docker Desktop signs you out after 90 days, or 30 days of inactivity.
43
46
- Docker Hub and Docker Home sign you out after 24 hours.
44
47
@@ -52,7 +55,7 @@ If your organization uses SAML for SSO, Docker retrieves these attributes from t
Copy file name to clipboardExpand all lines: content/manuals/security/for-admins/single-sign-on/connect.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,9 +78,10 @@ The user interface for your IdP may differ slightly from the following steps. Re
78
78
- Name ID format: `EmailAddress`
79
79
- Application username: `Email`
80
80
- 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**.
84
85
85
86
{{< /tab >}}
86
87
{{< 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
94
95
7. Enter the following values from Docker into their corresponding Azure fields:
95
96
- Docker Entity ID: **Identifier**
96
97
- 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)**.
0 commit comments