Skip to content

Commit f541d1e

Browse files
Feedback
1 parent 1f3fc28 commit f541d1e

File tree

2 files changed

+3
-4
lines changed
  • content/manuals/security

2 files changed

+3
-4
lines changed

content/manuals/security/faqs/single-sign-on/faqs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,5 @@ No. There are no specific firewall rules required for configuring SSO, as long a
6565

6666
### Does Docker use my IdP's default session timeout?
6767

68-
Yes, Docker supports your IdP's default session timeout. You can configure this by setting a Docker session minutes SAML attribute. For more information, see [SSO attributes](/manuals/security/for-admins/provisioning/_index.md#sso-attributes).
68+
Yes, Docker supports your IdP's default session timeout using a custom SAML attribute.
69+
Instead of relying on the standard `SessionNotOnOrAfter` element from the SAML spec, Docker uses a custom `dockerSessionMinutes` attribute to control session duration. See [SSO attributes](/manuals/security/for-admins/provisioning/_index.md#sso-attributes) for more information.

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ 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.
42-
You can set the session minutes to support your IdP's default session timeout.
43-
The attribute must be a positive integer > 0.
41+
- **Docker session minutes**: Optional. Sets the duration of a user’s session before they must re-authenticate with their identity provider (IdP). The value must be a positive integer greater than 0.
4442
If this is attribute is not provided, by default:
4543
- Docker Desktop signs you out after 90 days, or 30 days of inactivity.
4644
- Docker Hub and Docker Home sign you out after 24 hours.

0 commit comments

Comments
 (0)