Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions content/manuals/security/faqs/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
12 changes: 11 additions & 1 deletion content/manuals/security/faqs/single-sign-on/faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,14 @@

### 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. 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?

Check warning on line 66 in content/manuals/security/faqs/single-sign-on/faqs.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Docker.HeadingLength] Try to keep headings short (< 8 words). Raw Output: {"message": "[Docker.HeadingLength] Try to keep headings short (\u003c 8 words).", "location": {"path": "content/manuals/security/faqs/single-sign-on/faqs.md", "range": {"start": {"line": 66, "column": 5}}}, "severity": "INFO"}

Check warning on line 66 in content/manuals/security/faqs/single-sign-on/faqs.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Docker.HeadingLength] Try to keep headings short (< 8 words). Raw Output: {"message": "[Docker.HeadingLength] Try to keep headings short (\u003c 8 words).", "location": {"path": "content/manuals/security/faqs/single-sign-on/faqs.md", "range": {"start": {"line": 66, "column": 5}}}, "severity": "INFO"}

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.