You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/manuals/security/troubleshoot/troubleshoot-sso.md
+25-5Lines changed: 25 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,29 @@ aliases:
10
10
11
11
While configuring or using single sign-on (SSO), you may encounter issues that
12
12
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.
16
36
17
37
## Groups are not formatted correctly
18
38
@@ -73,7 +93,7 @@ to re-enable it:
73
93
74
94
1. Sign in to the [Admin Console](https://app.docker.com/admin) and select your organization.
75
95
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**.
77
97
4. Select **Enable** to confirm.
78
98
79
99
**Manually invite users**
@@ -87,7 +107,7 @@ If you have SCIM enabled, troubleshoot your SCIM connection using the following
87
107
88
108
1. Sign in to the [Admin Console](https://app.docker.com/admin) and select your organization.
89
109
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.
91
111
4. Navigate back to the **SSO and SCIM** page of the Admin Console and verify your SCIM configuration:
92
112
- Ensure that the SCIM Base URL and API Token in your IdP match those provided in the Docker Admin Console.
93
113
- Verify that SCIM is enabled in both Docker and your IdP.
0 commit comments