fix(sso): correct settings description to drop unsupported SAML claim (#1662)

The SSO section description claimed SAML support, but Sencho only
implements OIDC and LDAP/Active Directory; there is no SAML code path.
This commit is contained in:
Anso
2026-07-21 08:21:44 -04:00
committed by GitHub
parent ad00517a0e
commit a4d9fa79a1
+1 -1
View File
@@ -92,7 +92,7 @@ export const SETTINGS_ITEMS: readonly SettingsItemMeta[] = [
id: 'sso',
group: 'access',
label: 'SSO',
description: 'Single sign-on via SAML or OIDC identity providers.',
description: 'Single sign-on via OIDC or LDAP identity providers.',
keywords: ['saml', 'oidc', 'okta', 'entra', 'azure', 'login'],
tier: null,
scope: 'global',