diff --git a/content/manuals/security/faqs/general.md b/content/manuals/security/faqs/general.md index ce6f6dcd18..61cf9a7121 100644 --- a/content/manuals/security/faqs/general.md +++ b/content/manuals/security/faqs/general.md @@ -31,11 +31,13 @@ You can configure this through SSO using your IdP. Check with your IdP if they s ### How are sessions managed and do they expire? -Docker Desktop uses tokens to manage sessions after a user signs in. Docker Desktop signs you out after 90 days, or 30 days of inactivity. +Docker uses tokens to manage sessions after a user signs in: -In Docker Hub, you need to re-authenticate after 24 hours. If users are authenticating using SSO, the default session timeout for the IdP is respected. +- Docker Desktop signs you out after 90 days, or 30 days of inactivity. +- Docker Hub and Docker Home sign you out after 24 hours. -Custom settings per organization for sessions aren't supported. +Custom settings per organization for sessions aren't supported. Currently, +Docker does not support your IdP's default session timeout for SSO users. ### How does Docker attribute downloads to us and what data is used to classify or verify the user is part of our organization? diff --git a/content/manuals/security/faqs/single-sign-on/faqs.md b/content/manuals/security/faqs/single-sign-on/faqs.md index 383ee8df8a..9ed17f5d39 100644 --- a/content/manuals/security/faqs/single-sign-on/faqs.md +++ b/content/manuals/security/faqs/single-sign-on/faqs.md @@ -61,4 +61,14 @@ securely](/security/for-admins/provisioning/group-mapping/#use-group-mapping-wit ### Are there any firewall rules required for SSO configuration? -No. There are no specific firewall rules required for configuring SSO, as long as the domain `login.docker.com` is accessible. This domain is commonly accessible by default. However, in rare cases, some organizations may have firewall restrictions in place that block this domain. If you encounter issues during SSO setup, ensure that `login.docker.com` is allowed in your network's firewall settings. \ No newline at end of file +No. There are no specific firewall rules required for configuring SSO, as long as the domain `login.docker.com` is accessible. This domain is commonly accessible by default. However, in rare cases, some organizations may have firewall restrictions in place that block this domain. If you encounter issues during SSO setup, ensure that `login.docker.com` is allowed in your network's firewall settings. + +### Does Docker use my IdP's default session timeout? + +No. Currently, Docker does not support your IdP's default session timeout for +SSO users. + +Docker's default user session timeouts are as follows: + +- Docker Desktop signs you out after 90 days, or 30 days of inactivity. +- Docker Hub and Docker Home sign you out after 24 hours. \ No newline at end of file