diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2019-02-27 12:21:36 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2019-02-27 12:21:36 +0100 |
commit | 378e00b2039eca7139733c99d9ef4dc618f041f1 (patch) | |
tree | de72203307ecaace71299ed4bf7615e79c4b8f45 /id/server/modules/moa-id-module-eIDAS | |
parent | aa9e01aa39344daf05393ca220687a2af73abff0 (diff) | |
download | moa-id-spss-378e00b2039eca7139733c99d9ef4dc618f041f1.tar.gz moa-id-spss-378e00b2039eca7139733c99d9ef4dc618f041f1.tar.bz2 moa-id-spss-378e00b2039eca7139733c99d9ef4dc618f041f1.zip |
set priority of eID4U AuthModule to 2
Diffstat (limited to 'id/server/modules/moa-id-module-eIDAS')
-rw-r--r-- | id/server/modules/moa-id-module-eIDAS/src/main/resources/moaid_eidas_auth.beans.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/id/server/modules/moa-id-module-eIDAS/src/main/resources/moaid_eidas_auth.beans.xml b/id/server/modules/moa-id-module-eIDAS/src/main/resources/moaid_eidas_auth.beans.xml index da4a2a95b..30086cd46 100644 --- a/id/server/modules/moa-id-module-eIDAS/src/main/resources/moaid_eidas_auth.beans.xml +++ b/id/server/modules/moa-id-module-eIDAS/src/main/resources/moaid_eidas_auth.beans.xml @@ -11,7 +11,7 @@ <bean id="eID4UAuthProcessImpl" class="at.gv.egovernment.moa.id.auth.modules.eidas.AustrianAuthWitheID4UAuthenticationModulImpl"> - <property name="priority" value="1" /> + <property name="priority" value="2" /> </bean> <bean id="eIDASSignalServlet" |