Add Entra ID SCIM (#468)

This commit is contained in:
Bethuel Mmbaga
2025-11-25 11:35:48 +03:00
committed by GitHub
parent 0080ae97df
commit 969fd8afaf
27 changed files with 188 additions and 3 deletions

View File

@@ -167,7 +167,8 @@ export const docsNavigation = [
href: '/manage/team/idp-sync',
isOpen: false,
links: [
{ title: 'Microsoft Entra ID', href: '/manage/team/idp-sync/microsoft-entra-id-sync' },
{ title: 'Microsoft Entra ID (API)', href: '/manage/team/idp-sync/microsoft-entra-id-sync' },
{ title: 'Microsoft Entra ID (SCIM)', href: '/manage/team/idp-sync/microsoft-entra-id-scim-sync' },
{ title: 'Okta', href: '/manage/team/idp-sync/okta-sync' },
{ title: 'Google Workspace', href: '/manage/team/idp-sync/google-workspace-sync'},
{ title: 'JumpCloud', href: '/manage/team/idp-sync/jumpcloud-sync'},