aboutsummaryrefslogtreecommitdiff
path: root/eidas_modules/authmodule-eIDAS-v2/src/test/resources
diff options
context:
space:
mode:
authorThomas <>2021-07-09 16:35:23 +0200
committerThomas <>2022-03-03 16:31:57 +0100
commit9f64aa95bc61320ffc0aa97b79a74a442ae8e7be (patch)
tree022b8c48befb0522b57a998333d7cd13f0e0388e /eidas_modules/authmodule-eIDAS-v2/src/test/resources
parentdd3630f7409e80dbf20c08731ca244705a023114 (diff)
downloadNational_eIDAS_Gateway-9f64aa95bc61320ffc0aa97b79a74a442ae8e7be.tar.gz
National_eIDAS_Gateway-9f64aa95bc61320ffc0aa97b79a74a442ae8e7be.tar.bz2
National_eIDAS_Gateway-9f64aa95bc61320ffc0aa97b79a74a442ae8e7be.zip
add NL specific processor, because NL needs at least LoA 'substantial'
Diffstat (limited to 'eidas_modules/authmodule-eIDAS-v2/src/test/resources')
-rw-r--r--eidas_modules/authmodule-eIDAS-v2/src/test/resources/SpringTest-context_basic_test.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/eidas_modules/authmodule-eIDAS-v2/src/test/resources/SpringTest-context_basic_test.xml b/eidas_modules/authmodule-eIDAS-v2/src/test/resources/SpringTest-context_basic_test.xml
index cd2888c1..f31e5063 100644
--- a/eidas_modules/authmodule-eIDAS-v2/src/test/resources/SpringTest-context_basic_test.xml
+++ b/eidas_modules/authmodule-eIDAS-v2/src/test/resources/SpringTest-context_basic_test.xml
@@ -55,6 +55,11 @@
<property name="priority" value="1" />
</bean>
+ <bean id="NL-Processor"
+ class="at.asitplus.eidas.specific.modules.auth.eidas.v2.handler.NlEidProcessor">
+ <property name="priority" value="1" />
+ </bean>
+
<bean id="eIDASAuthModule"
class="at.asitplus.eidas.specific.modules.auth.eidas.v2.EidasAuthenticationModulImpl">
<property name="priority" value="2" />