diff options
author | Thomas <> | 2022-12-15 17:56:49 +0100 |
---|---|---|
committer | Thomas <> | 2022-12-15 17:56:49 +0100 |
commit | fb04ef818546cf26ed1e623e5b565ac0961780fe (patch) | |
tree | a73b38fbc9d74e61ca56c20810485684940f1db2 /ms_specific_connector | |
parent | 30f1ff7b45f3d05147329323751516ed8114c9f2 (diff) | |
download | National_eIDAS_Gateway-fb04ef818546cf26ed1e623e5b565ac0961780fe.tar.gz National_eIDAS_Gateway-fb04ef818546cf26ed1e623e5b565ac0961780fe.tar.bz2 National_eIDAS_Gateway-fb04ef818546cf26ed1e623e5b565ac0961780fe.zip |
feat(connector): add support for Ukraine eIDAS-ProxyService
Since Ukraine is not notified, we need a new configuration parameter to set not-notified LoA
Diffstat (limited to 'ms_specific_connector')
-rw-r--r-- | ms_specific_connector/src/main/resources/application.properties | 3 | ||||
-rw-r--r-- | ms_specific_connector/src/main/webapp/img/countries/Ukraine-EU.png | bin | 0 -> 11768 bytes | |||
-rw-r--r-- | ms_specific_connector/src/main/webapp/img/countries/Ukraine-EU_gray.png | bin | 0 -> 11728 bytes |
3 files changed, 3 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 00000000..70da904b --- /dev/null +++ b/ms_specific_connector/src/main/webapp/img/countries/Ukraine-EU.png 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 Binary files differnew file mode 100644 index 00000000..90beb895 --- /dev/null +++ b/ms_specific_connector/src/main/webapp/img/countries/Ukraine-EU_gray.png |