Skip to content

Commit

Permalink
Include SSO in security index (#6994)
Browse files Browse the repository at this point in the history
  • Loading branch information
talSofer authored Nov 15, 2023
1 parent 245d175 commit 4738aff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions docs/reference/security/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %})
4 changes: 2 additions & 2 deletions docs/reference/security/sso.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 4738aff

Please sign in to comment.