mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-07-26 11:49:16 +00:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user