Updating Self-Hosted Managed Idp Guides (#538)

This commit is contained in:
Brandon Hopkins
2026-01-08 20:05:28 -08:00
committed by GitHub
parent b0d218484a
commit 027d9f077a
84 changed files with 390 additions and 139 deletions

View File

@@ -303,11 +303,11 @@ export const docsNavigation = [
title: 'Managed IdPs',
isOpen: true,
links: [
{ title: 'Entra ID', href: '/selfhosted/identity-providers/managed/microsoft-entra-id' },
{ title: 'Okta', href: '/selfhosted/identity-providers/managed/okta' },
{ title: 'Google Workspace', href: '/selfhosted/identity-providers/managed/google-workspace' },
{ title: 'Microsoft Entra ID', href: '/selfhosted/identity-providers/managed/microsoft-entra-id' },
{ title: 'JumpCloud', href: '/selfhosted/identity-providers/managed/jumpcloud' },
{ title: 'Keycloak', href: '/selfhosted/identity-providers/managed/keycloak' },
{ title: 'Auth0', href: '/selfhosted/identity-providers/managed/auth0' },
{ title: 'Okta', href: '/selfhosted/identity-providers/managed/okta' },
]
},
]