aboutsummaryrefslogtreecommitdiff
path: root/modules/authmodule-eIDAS-v2/src/main/resources/eidas_v2_auth.beans.xml
diff options
context:
space:
mode:
authorThomas <>2022-12-15 17:56:49 +0100
committerThomas <>2022-12-15 17:56:49 +0100
commitfb04ef818546cf26ed1e623e5b565ac0961780fe (patch)
treea73b38fbc9d74e61ca56c20810485684940f1db2 /modules/authmodule-eIDAS-v2/src/main/resources/eidas_v2_auth.beans.xml
parent30f1ff7b45f3d05147329323751516ed8114c9f2 (diff)
downloadNational_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/eidas_v2_auth.beans.xml')
-rw-r--r--modules/authmodule-eIDAS-v2/src/main/resources/eidas_v2_auth.beans.xml5
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" />