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 --- .../src/main/resources/application.properties | 3 +++ .../src/main/webapp/img/countries/Ukraine-EU.png | Bin 0 -> 11768 bytes .../src/main/webapp/img/countries/Ukraine-EU_gray.png | Bin 0 -> 11728 bytes 3 files changed, 3 insertions(+) create mode 100644 ms_specific_connector/src/main/webapp/img/countries/Ukraine-EU.png create mode 100644 ms_specific_connector/src/main/webapp/img/countries/Ukraine-EU_gray.png (limited to 'ms_specific_connector') diff --git a/ms_specific_connector/src/main/resources/application.properties b/ms_specific_connector/src/main/resources/application.properties index a2a0ca67..74b3ee73 100644 --- a/ms_specific_connector/src/main/resources/application.properties +++ b/ms_specific_connector/src/main/resources/application.properties @@ -106,6 +106,9 @@ eidas.ms.auth.eIDAS.node_v2.requested.nameIdFormat=urn:oasis:names:tc:SAML:1.1:n eidas.ms.auth.eIDAS.node_v2.loa.requested.minimum=http://eidas.europa.eu/LoA/high +#eidas.ms.auth.eIDAS.node_v2.loa.ua.requested=http://eidas.europa.eu/NotNotified/LoA/high + + #eidas.ms.auth.eIDAS.szrclient.useTestService=true #eidas.ms.auth.eIDAS.szrclient.endpoint.prod= #eidas.ms.auth.eIDAS.szrclient.endpoint.test=http://localhost:1234/demoszr diff --git a/ms_specific_connector/src/main/webapp/img/countries/Ukraine-EU.png b/ms_specific_connector/src/main/webapp/img/countries/Ukraine-EU.png new file mode 100644 index 00000000..70da904b Binary files /dev/null and b/ms_specific_connector/src/main/webapp/img/countries/Ukraine-EU.png differ diff --git a/ms_specific_connector/src/main/webapp/img/countries/Ukraine-EU_gray.png b/ms_specific_connector/src/main/webapp/img/countries/Ukraine-EU_gray.png new file mode 100644 index 00000000..90beb895 Binary files /dev/null and b/ms_specific_connector/src/main/webapp/img/countries/Ukraine-EU_gray.png differ -- cgit v1.2.3