From 4738affb7d72faf6399d14c4bc6b3bb7cb1e4715 Mon Sep 17 00:00:00 2001 From: talSofer Date: Wed, 15 Nov 2023 13:10:57 +0200 Subject: [PATCH] Include SSO in security index (#6994) --- docs/reference/index.md | 1 + docs/reference/security/index.md | 1 + docs/reference/security/sso.md | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/reference/index.md b/docs/reference/index.md index b5237a27459..a940c357de1 100644 --- a/docs/reference/index.md +++ b/docs/reference/index.md @@ -33,6 +33,7 @@ nav_order: 20 - [Role-Based Access Control (RBAC)]({% link reference/security/rbac.md %}) - [Presigned URL]({% link reference/security/presigned-url.md %}) - [Access Control Lists (ACLs)]({% link reference/security/access-control-lists.md %}) +- [Single Sign On (SSO)]({% link reference/security/sso.md %}) ## Other Reference Documentation diff --git a/docs/reference/security/index.md b/docs/reference/security/index.md index 2f22ceb9307..83b87248a25 100644 --- a/docs/reference/security/index.md +++ b/docs/reference/security/index.md @@ -15,3 +15,4 @@ has_toc: false - [Role-Based Access Control (RBAC)]({% link reference/security/rbac.md %}) - [Presigned URL]({% link reference/security/presigned-url.md %}) - [Access Control Lists (ACLs)]({% link reference/security/access-control-lists.md %}) +- [Single Sign On (SSO)]({% link reference/security/sso.md %}) diff --git a/docs/reference/security/sso.md b/docs/reference/security/sso.md index ce79e30fa66..7de5ba08bc9 100644 --- a/docs/reference/security/sso.md +++ b/docs/reference/security/sso.md @@ -1,8 +1,8 @@ --- title: Single Sign On (SSO) description: How to configure Single Sign On (SSO) for lakeFS Cloud and lakeFS Enterprise. +grand_parent: Reference parent: Security -grant_parent: Reference redirect_from: - /cloud/sso.html - /enterprise/sso.html @@ -81,7 +81,7 @@ Once you finish registering lakeFS Cloud with AD FS, save the **AD FS URL** and Prerequisites: * Azure account with permissions to manage applications in Azure Active Directory -**Note**: If you've already set uplakeFS Cloud with your Azure account, you can skip the [Register lakeFS Cloud with Azure](#register-lakefs-cloud-with-azure) and [Add client secret](#add-a-secret) and go directly to [Add a redirect URI](#add-a-redirect-uri). +**Note**: If you've already set up lakeFS Cloud with your Azure account, you can skip the [Register lakeFS Cloud with Azure](#register-lakefs-cloud-with-azure) and [Add client secret](#add-a-secret) and go directly to [Add a redirect URI](#add-a-redirect-uri). ### Register lakeFS Cloud with Azure