Skip to content

Commit

Permalink
Fix nesting of Connect and Manage md files
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahsanders-docker committed Oct 15, 2024
1 parent bcaa915 commit 1555fb8
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ The following videos demonstrate how to enforce SSO.

## What's next

Learn how you can [manage your SSO connection](../manage/_index.md), domain, and users for your organization or company.
Learn how you can [manage your SSO connection](../single-sign-on/manage.md), domain, and users for your organization or company.
76 changes: 76 additions & 0 deletions content/manuals/security/for-admins/single-sign-on/manage.md
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)

0 comments on commit 1555fb8

Please sign in to comment.