diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2017-10-03 16:17:17 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2017-10-03 16:17:17 +0200 |
commit | 588b730eff977fa7fba62612ec7b4bb1bc56ebd8 (patch) | |
tree | f70267f8e6b8c38e367e3639ea47bcecb8a48fad /id/server/modules/moa-id-module-bkaMobilaAuthSAML2Test/src/main/resources/BKAMobileAuth.process.xml | |
parent | 765c5bc8694275b08f56797ac417b176cb30fff0 (diff) | |
download | moa-id-spss-588b730eff977fa7fba62612ec7b4bb1bc56ebd8.tar.gz moa-id-spss-588b730eff977fa7fba62612ec7b4bb1bc56ebd8.tar.bz2 moa-id-spss-588b730eff977fa7fba62612ec7b4bb1bc56ebd8.zip |
update mobile-auth module for eGov KU 2017/18
Diffstat (limited to 'id/server/modules/moa-id-module-bkaMobilaAuthSAML2Test/src/main/resources/BKAMobileAuth.process.xml')
-rw-r--r-- | id/server/modules/moa-id-module-bkaMobilaAuthSAML2Test/src/main/resources/BKAMobileAuth.process.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/id/server/modules/moa-id-module-bkaMobilaAuthSAML2Test/src/main/resources/BKAMobileAuth.process.xml b/id/server/modules/moa-id-module-bkaMobilaAuthSAML2Test/src/main/resources/BKAMobileAuth.process.xml index 4a0f4d5f2..6f41f347a 100644 --- a/id/server/modules/moa-id-module-bkaMobilaAuthSAML2Test/src/main/resources/BKAMobileAuth.process.xml +++ b/id/server/modules/moa-id-module-bkaMobilaAuthSAML2Test/src/main/resources/BKAMobileAuth.process.xml @@ -12,8 +12,10 @@ <pd:StartEvent id="start" /> <pd:Transition from="start" to="firstStep" /> - <pd:Transition from="firstStep" to="secondStep"/> - <pd:Transition from="secondStep" to="finalizeAuthentication" /> + <!-- pd:Transition from="firstStep" to="secondStep"/> + <pd:Transition from="secondStep" to="finalizeAuthentication" /--> + + <pd:Transition from="firstStep" to="finalizeAuthentication" /> <pd:Transition from="finalizeAuthentication" to="end" /> |