From 03373d4de39d05a3d60d2704484c59ee9339b889 Mon Sep 17 00:00:00 2001 From: shahargl Date: Thu, 5 Sep 2024 16:18:53 +0300 Subject: [PATCH] fix: minor --- keep-ui/app/settings/settings.client.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keep-ui/app/settings/settings.client.tsx b/keep-ui/app/settings/settings.client.tsx index b105d29bc..5624df9e8 100644 --- a/keep-ui/app/settings/settings.client.tsx +++ b/keep-ui/app/settings/settings.client.tsx @@ -55,7 +55,7 @@ export default function SettingsPage() { const usersAllowed = authType !== AuthenticationType.NOAUTH; const rolesAllowed = authType !== AuthenticationType.NOAUTH; const customRolesAllowed = authType === AuthenticationType.KEYCLOAK; - const ssoAllowed = false; + const ssoAllowed = authType === AuthenticationType.KEYCLOAK; const groupsAllowed = authType === AuthenticationType.KEYCLOAK; const apiKeysAllowed = true; // Assuming API keys are always allowed