diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-14 11:40:13 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-14 11:40:13 +0100 |
commit | b01fc5becad147315bbd8d168f5435ee126e638d (patch) | |
tree | 981f82a60365af9ce0e2526cc5240c8263a2c5df /id/server/modules/moa-id-modul-citizencard_authentication/src/main/resources | |
parent | f67427831d1f8c49ce6c474691b880d90a42b584 (diff) | |
download | moa-id-spss-b01fc5becad147315bbd8d168f5435ee126e638d.tar.gz moa-id-spss-b01fc5becad147315bbd8d168f5435ee126e638d.tar.bz2 moa-id-spss-b01fc5becad147315bbd8d168f5435ee126e638d.zip |
add independent mandate-service selection step to choose between MIS and ELGA mandate-service
Diffstat (limited to 'id/server/modules/moa-id-modul-citizencard_authentication/src/main/resources')
-rw-r--r-- | id/server/modules/moa-id-modul-citizencard_authentication/src/main/resources/at/gv/egovernment/moa/id/auth/modules/internal/DefaultAuthentication.process.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/id/server/modules/moa-id-modul-citizencard_authentication/src/main/resources/at/gv/egovernment/moa/id/auth/modules/internal/DefaultAuthentication.process.xml b/id/server/modules/moa-id-modul-citizencard_authentication/src/main/resources/at/gv/egovernment/moa/id/auth/modules/internal/DefaultAuthentication.process.xml index afa3fe2ad..74792ed72 100644 --- a/id/server/modules/moa-id-modul-citizencard_authentication/src/main/resources/at/gv/egovernment/moa/id/auth/modules/internal/DefaultAuthentication.process.xml +++ b/id/server/modules/moa-id-modul-citizencard_authentication/src/main/resources/at/gv/egovernment/moa/id/auth/modules/internal/DefaultAuthentication.process.xml @@ -38,7 +38,7 @@ <pd:Transition from="verifyCertificate" to="verifyAuthBlock" conditionExpression="ctx['useMandate']" /> <pd:Transition from="verifyCertificate" to="getForeignID" /> - <pd:Transition from="verifyAuthBlock" to="prepareGetMISMandate" conditionExpression="ctx['useMISMandate']" /> + <pd:Transition from="verifyAuthBlock" to="prepareGetMISMandate" conditionExpression="ctx['useMandate']" /> <pd:Transition from="verifyAuthBlock" to="finalizeAuthentication" /> <pd:Transition from="prepareGetMISMandate" to="getMISMandate" /> |