From fb04ef818546cf26ed1e623e5b565ac0961780fe Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Thu, 15 Dec 2022 17:56:49 +0100 Subject: feat(connector): add support for Ukraine eIDAS-ProxyService Since Ukraine is not notified, we need a new configuration parameter to set not-notified LoA --- basicConfig/ms-connector/properties/messages.properties | 2 ++ basicConfig/ms-connector/properties/messages_de.properties | 2 ++ 2 files changed, 4 insertions(+) (limited to 'basicConfig') diff --git a/basicConfig/ms-connector/properties/messages.properties b/basicConfig/ms-connector/properties/messages.properties index f6005ac6..e2d5c71d 100644 --- a/basicConfig/ms-connector/properties/messages.properties +++ b/basicConfig/ms-connector/properties/messages.properties @@ -108,6 +108,8 @@ gui.countryselection.country.sw=Sweden gui.countryselection.country.sw.logo.alt=Sweden-eID gui.countryselection.country.uk=United Kingdom gui.countryselection.country.uk.logo.alt=United Kingdom-eID +gui.countryselection.country.ua=Ukraine +gui.countryselection.country.ua.logo.alt=Ukraine-eID gui.countryselection.country.testcountry=TestCountry gui.countryselection.country.testcountry.logo.alt=Testcountry-eID diff --git a/basicConfig/ms-connector/properties/messages_de.properties b/basicConfig/ms-connector/properties/messages_de.properties index 8fde9fdd..9ebcde5f 100644 --- a/basicConfig/ms-connector/properties/messages_de.properties +++ b/basicConfig/ms-connector/properties/messages_de.properties @@ -92,6 +92,8 @@ gui.countryselection.country.sw=Schweden gui.countryselection.country.sw.logo.alt=Schwedische-eID gui.countryselection.country.uk=Großbritannien gui.countryselection.country.uk.logo.alt=Britische-eID +gui.countryselection.country.ua=Ukraine +gui.countryselection.country.ua.logo.alt=Ukraine-eID gui.countryselection.country.testcountry=Testland gui.countryselection.country.testcountry.logo.alt=Testland-eID -- cgit v1.2.3