From d6940e0688e148e8aa840b0d61f36a5726363e1d Mon Sep 17 00:00:00 2001 From: Nassim Tabchiche Date: Thu, 17 Oct 2024 21:09:34 +0200 Subject: [PATCH] Add translations in SSO settings form --- .../src/lib/components/Forms/ModelForm/SsoSettingForm.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/components/Forms/ModelForm/SsoSettingForm.svelte b/frontend/src/lib/components/Forms/ModelForm/SsoSettingForm.svelte index 66779c374..669b0c6c5 100644 --- a/frontend/src/lib/components/Forms/ModelForm/SsoSettingForm.svelte +++ b/frontend/src/lib/components/Forms/ModelForm/SsoSettingForm.svelte @@ -93,7 +93,7 @@ cacheLock={cacheLocks['idp_entity_id']} bind:cachedValue={formDataCache['idp_entity_id']} /> -

Option 1: Fill the metadata url

+

{m.fillMetadataURL()}

{m.or()}
-

Option 2: Fill the SSO URL, SLO URL and x509cert

+

{m.fillSSOSLOURLx509cert()}