Skip to content

Commit fe21e56

Browse files
Update security faq, add sso faq
1 parent fee0d8b commit fe21e56

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

content/manuals/security/faqs/general.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,13 @@ You can configure this through SSO using your IdP. Check with your IdP if they s
3131

3232
### How are sessions managed and do they expire?
3333

34-
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.
34+
Docker uses tokens to manage sessions after a user signs in:
3535

36-
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.
36+
- Docker Desktop signs you out after 90 days, or 30 days of inactivity.
37+
- Docker Hub and Docker Home sign you out after 24 hours.
3738

38-
Custom settings per organization for sessions aren't supported.
39+
Custom settings per organization for sessions aren't supported. Currently,
40+
Docker does not support your IdP's default session timeout for SSO users.
3941

4042
### How does Docker attribute downloads to us and what data is used to classify or verify the user is part of our organization?
4143

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,14 @@ securely](/security/for-admins/provisioning/group-mapping/#use-group-mapping-wit
6161

6262
### Are there any firewall rules required for SSO configuration?
6363

64-
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.
64+
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.
65+
66+
### Does Docker use my IdP's default session timeout?
67+
68+
No. Currently, Docker does not support your IdP's default session timeout for
69+
SSO users.
70+
71+
Docker's default user session timeouts are as follows:
72+
73+
- Docker Desktop signs you out after 90 days, or 30 days of inactivity.
74+
- Docker Hub and Docker Home sign you out after 24 hours.

0 commit comments

Comments
 (0)