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:
@@ -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'],
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user