Chore: Move TLS settings to the Extra Security Measures section (SSO Settings UI) (#83602)

Move TLS settings to the Extra Security Measures section
This commit is contained in:
Misi 2024-02-28 16:01:02 +01:00 committed by GitHub
parent 757fa06b85
commit 91cd17f012
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,13 +86,12 @@ export const sectionFields: Section = {
{ name: 'teamIdsAttributePath', dependsOn: 'defineAllowedTeamsIds' },
'usePkce',
'useRefreshToken',
'tlsSkipVerifyInsecure',
'tlsClientCert',
'tlsClientKey',
'tlsClientCa',
],
},
{
name: 'TLS',
id: 'tls',
fields: ['tlsSkipVerifyInsecure', 'tlsClientCert', 'tlsClientKey', 'tlsClientCa'],
},
],
};