-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix nesting of Connect and Manage md files
- Loading branch information
1 parent
bcaa915
commit 1555fb8
Showing
2 changed files
with
77 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
76 changes: 76 additions & 0 deletions
76
content/manuals/security/for-admins/single-sign-on/manage.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
--- | ||
description: Learn how to manage Single Sign-On for your organization or company. | ||
keywords: manage, single sign-on, SSO, sign-on, docker hub, admin console, admin, security | ||
title: Manage single sign-on | ||
linkTitle: Manage | ||
aliases: | ||
- /admin/company/settings/sso-management/ | ||
- /single-sign-on/manage/ | ||
--- | ||
|
||
## Manage organizations | ||
|
||
> [!NOTE] | ||
> | ||
> You must have a [company](/admin/company/) to manage more than one organization. | ||
{{< include "admin-early-access.md" >}} | ||
|
||
{{% admin-sso-management-orgs product="admin" %}} | ||
|
||
## Manage domains | ||
|
||
{{< tabs >}} | ||
{{< tab name="Admin Console" >}} | ||
|
||
{{< include "admin-early-access.md" >}} | ||
|
||
{{% admin-sso-management product="admin" %}} | ||
|
||
{{< /tab >}} | ||
{{< tab name="Docker Hub" >}} | ||
|
||
{{% admin-sso-management product="hub" %}} | ||
|
||
{{< /tab >}} | ||
{{< /tabs >}} | ||
|
||
## Manage SSO connections | ||
|
||
{{< tabs >}} | ||
{{< tab name="Admin Console" >}} | ||
|
||
{{< include "admin-early-access.md" >}} | ||
|
||
{{% admin-sso-management-connections product="admin" %}} | ||
|
||
{{< /tab >}} | ||
{{< tab name="Docker Hub" >}} | ||
|
||
{{% admin-sso-management-connections product="hub" %}} | ||
|
||
{{< /tab >}} | ||
{{< /tabs >}} | ||
|
||
## Manage users | ||
|
||
{{< tabs >}} | ||
{{< tab name="Admin Console" >}} | ||
|
||
{{< include "admin-early-access.md" >}} | ||
|
||
{{% admin-sso-management-users product="admin" %}} | ||
|
||
{{< /tab >}} | ||
{{< tab name="Docker Hub" >}} | ||
|
||
{{% admin-sso-management-users product="hub" %}} | ||
|
||
{{< /tab >}} | ||
{{< /tabs >}} | ||
|
||
## What's next? | ||
|
||
- [Set up SCIM](../provisioning/scim.md) | ||
- [Enable Group mapping](../provisioning/group-mapping.md) | ||
|