diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-14 12:23:26 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-14 12:23:26 +0100 |
commit | 92f96ecea60ab96ec5fe3875ef75fbadea28f735 (patch) | |
tree | 37dd4ecf854f31f45c6d078ef5ceea953c777a7c /id/server/modules | |
parent | 9b1c1a0ec916bd7dd19b536f98276f25c8848153 (diff) | |
download | moa-id-spss-92f96ecea60ab96ec5fe3875ef75fbadea28f735.tar.gz moa-id-spss-92f96ecea60ab96ec5fe3875ef75fbadea28f735.tar.bz2 moa-id-spss-92f96ecea60ab96ec5fe3875ef75fbadea28f735.zip |
fix error in process-definition
Diffstat (limited to 'id/server/modules')
-rw-r--r-- | id/server/modules/moa-id-module-elga_mandate_service/src/main/resources/at/gv/egovernment/moa/id/auth/modules/elgamandates/DefaultAuth_with_ELGA_mandates.process.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/id/server/modules/moa-id-module-elga_mandate_service/src/main/resources/at/gv/egovernment/moa/id/auth/modules/elgamandates/DefaultAuth_with_ELGA_mandates.process.xml b/id/server/modules/moa-id-module-elga_mandate_service/src/main/resources/at/gv/egovernment/moa/id/auth/modules/elgamandates/DefaultAuth_with_ELGA_mandates.process.xml index 23edac7ca..4dee1160e 100644 --- a/id/server/modules/moa-id-module-elga_mandate_service/src/main/resources/at/gv/egovernment/moa/id/auth/modules/elgamandates/DefaultAuth_with_ELGA_mandates.process.xml +++ b/id/server/modules/moa-id-module-elga_mandate_service/src/main/resources/at/gv/egovernment/moa/id/auth/modules/elgamandates/DefaultAuth_with_ELGA_mandates.process.xml @@ -5,7 +5,7 @@ - National authentication with Austrian Citizen Card and mobile signature with our without mandate. - Legacy authentication for foreign citizens using MOCCA supported signature cards. --> - <pd:Task id="initializeBKUAuthentication" class="InitializeBKUAuthenticationTask" + <pd:Task id="initializeBKUAuthentication" class="InitializeBKUAuthenticationTask" /> <pd:Task id="createIdentityLinkForm" class="CreateIdentityLinkFormTask" /> <pd:Task id="verifyIdentityLink" class="VerifyIdentityLinkTask" async="true" /> <pd:Task id="verifyAuthBlock" class="VerifyAuthenticationBlockTask" async="true" /> |