From 91cd17f012d280d8a0255d91c2c5addcf8a803de Mon Sep 17 00:00:00 2001 From: Misi Date: Wed, 28 Feb 2024 16:01:02 +0100 Subject: [PATCH] Chore: Move TLS settings to the Extra Security Measures section (SSO Settings UI) (#83602) Move TLS settings to the Extra Security Measures section --- public/app/features/auth-config/fields.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/public/app/features/auth-config/fields.tsx b/public/app/features/auth-config/fields.tsx index 6bc81af4b15..4a93b8f1cc5 100644 --- a/public/app/features/auth-config/fields.tsx +++ b/public/app/features/auth-config/fields.tsx @@ -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'], - }, ], };