Skip to content

Commit b33cbe7

Browse files
Add general troubleshooting guidance for finding errors in Docker and IdP
1 parent c0cd208 commit b33cbe7

File tree

1 file changed

+25
-5
lines changed

1 file changed

+25
-5
lines changed

content/manuals/security/troubleshoot/troubleshoot-sso.md

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,29 @@ aliases:
1010

1111
While configuring or using single sign-on (SSO), you may encounter issues that
1212
can stem from your identity provider (IdP) or Docker configuration. The
13-
following sections describe some common SSO errors and possible solutions. You can also see
14-
your identity provider's documentation to learn if you can view error logs in
15-
their service.
13+
following sections describe some common SSO errors and possible solutions.
14+
15+
## Check for errors
16+
17+
If you experience issues with SSO, check both the Docker Admin Console and your identity provider (IdP) for errors first.
18+
19+
#### Check Docker error logs
20+
21+
1. Sign in to the [Admin Console](https://app.docker.com/admin/) and select your organization.
22+
2. Select **SSO and SCIM**.
23+
3. In the SSO connections table, select the **Action** menu and then **View error logs**.
24+
4. For more details on specific errors, select **View error details** next to an error message.
25+
5. Note any errors you see on this page for further troubleshooting.
26+
27+
#### Check for errors in your IdP
28+
29+
1. Review your IdP’s logs or audit trails for any failed authentication or provisioning attempts.
30+
2. Confirm that your IdP’s SSO settings match the values provided in Docker.
31+
3. Confirm that you have configured SCIM correctly and that it is enabled in your IdP.
32+
4. If applicable, verify that your IdP correctly maps Docker's required user attributes.
33+
5. Try provisioning a test user from your IdP and verify if they appear in Docker.
34+
35+
For further troubleshooting, check your IdP’s documentation. You can also contact their support team for guidance on error messages.
1636

1737
## Groups are not formatted correctly
1838

@@ -73,7 +93,7 @@ to re-enable it:
7393

7494
1. Sign in to the [Admin Console](https://app.docker.com/admin) and select your organization.
7595
2. Select **SSO and SCIM**.
76-
3. In the SSO connections table, select the **Action** icon and then **Enable JIT provisioning**.
96+
3. In the SSO connections table, select the **Action** menu and then **Enable JIT provisioning**.
7797
4. Select **Enable** to confirm.
7898

7999
**Manually invite users**
@@ -87,7 +107,7 @@ If you have SCIM enabled, troubleshoot your SCIM connection using the following
87107

88108
1. Sign in to the [Admin Console](https://app.docker.com/admin) and select your organization.
89109
2. Select **SSO and SCIM**.
90-
3. In the SSO connections table, select the **Action** icon and then **View error logs**. For more details on specific errors, select **View error details** next to an error message. Note any errors you see on this page.
110+
3. In the SSO connections table, select the **Action** menu and then **View error logs**. For more details on specific errors, select **View error details** next to an error message. Note any errors you see on this page.
91111
4. Navigate back to the **SSO and SCIM** page of the Admin Console and verify your SCIM configuration:
92112
- Ensure that the SCIM Base URL and API Token in your IdP match those provided in the Docker Admin Console.
93113
- Verify that SCIM is enabled in both Docker and your IdP.

0 commit comments

Comments
 (0)