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 /modules/authmodule-eIDAS-v2/src/main/resources | |
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 'modules/authmodule-eIDAS-v2/src/main/resources')
-rw-r--r-- | modules/authmodule-eIDAS-v2/src/main/resources/eidas_v2_auth.beans.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/authmodule-eIDAS-v2/src/main/resources/eidas_v2_auth.beans.xml b/modules/authmodule-eIDAS-v2/src/main/resources/eidas_v2_auth.beans.xml index ab4228fd..8c561fbb 100644 --- a/modules/authmodule-eIDAS-v2/src/main/resources/eidas_v2_auth.beans.xml +++ b/modules/authmodule-eIDAS-v2/src/main/resources/eidas_v2_auth.beans.xml @@ -72,6 +72,11 @@ <property name="priority" value="1" /> </bean> + <bean id="UA-Processor" + class="at.asitplus.eidas.specific.modules.auth.eidas.v2.handler.UaEidProcessor"> + <property name="priority" value="1" /> + </bean> + <bean id="Default-Processor" class="at.asitplus.eidas.specific.modules.auth.eidas.v2.handler.GenericEidProcessor"> <property name="priority" value="0" /> |