add global/org idp banner

This commit is contained in:
miloschwartz
2026-02-11 19:01:06 -08:00
parent 143acbae48
commit c8a4ac1ed4
5 changed files with 73 additions and 2 deletions

View File

@@ -125,7 +125,7 @@ export const orgNavSections = (env?: Env): SidebarNavSection[] => [
...((build === "oss" && !env?.flags.disableEnterpriseFeatures) ||
build === "saas" ||
env?.app.identityProviderMode === "org" ||
env?.app.identityProviderMode === undefined
(env?.app.identityProviderMode === undefined && build !== "oss")
? [
{
title: "sidebarIdentityProviders",