Skip to content

Commit 1555fb8

Browse files
Fix nesting of Connect and Manage md files
1 parent bcaa915 commit 1555fb8

File tree

2 files changed

+77
-1
lines changed

2 files changed

+77
-1
lines changed

content/manuals/security/for-admins/single-sign-on/connect/_index.md renamed to content/manuals/security/for-admins/single-sign-on/connect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ The following videos demonstrate how to enforce SSO.
5050

5151
## What's next
5252

53-
Learn how you can [manage your SSO connection](../manage/_index.md), domain, and users for your organization or company.
53+
Learn how you can [manage your SSO connection](../single-sign-on/manage.md), domain, and users for your organization or company.
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
---
2+
description: Learn how to manage Single Sign-On for your organization or company.
3+
keywords: manage, single sign-on, SSO, sign-on, docker hub, admin console, admin, security
4+
title: Manage single sign-on
5+
linkTitle: Manage
6+
aliases:
7+
- /admin/company/settings/sso-management/
8+
- /single-sign-on/manage/
9+
---
10+
11+
## Manage organizations
12+
13+
> [!NOTE]
14+
>
15+
> You must have a [company](/admin/company/) to manage more than one organization.
16+
17+
{{< include "admin-early-access.md" >}}
18+
19+
{{% admin-sso-management-orgs product="admin" %}}
20+
21+
## Manage domains
22+
23+
{{< tabs >}}
24+
{{< tab name="Admin Console" >}}
25+
26+
{{< include "admin-early-access.md" >}}
27+
28+
{{% admin-sso-management product="admin" %}}
29+
30+
{{< /tab >}}
31+
{{< tab name="Docker Hub" >}}
32+
33+
{{% admin-sso-management product="hub" %}}
34+
35+
{{< /tab >}}
36+
{{< /tabs >}}
37+
38+
## Manage SSO connections
39+
40+
{{< tabs >}}
41+
{{< tab name="Admin Console" >}}
42+
43+
{{< include "admin-early-access.md" >}}
44+
45+
{{% admin-sso-management-connections product="admin" %}}
46+
47+
{{< /tab >}}
48+
{{< tab name="Docker Hub" >}}
49+
50+
{{% admin-sso-management-connections product="hub" %}}
51+
52+
{{< /tab >}}
53+
{{< /tabs >}}
54+
55+
## Manage users
56+
57+
{{< tabs >}}
58+
{{< tab name="Admin Console" >}}
59+
60+
{{< include "admin-early-access.md" >}}
61+
62+
{{% admin-sso-management-users product="admin" %}}
63+
64+
{{< /tab >}}
65+
{{< tab name="Docker Hub" >}}
66+
67+
{{% admin-sso-management-users product="hub" %}}
68+
69+
{{< /tab >}}
70+
{{< /tabs >}}
71+
72+
## What's next?
73+
74+
- [Set up SCIM](../provisioning/scim.md)
75+
- [Enable Group mapping](../provisioning/group-mapping.md)
76+

0 commit comments

Comments
 (0)