diff options
author | Thomas Knall <t.knall@datentechnik-innovation.com> | 2015-01-16 15:11:48 +0100 |
---|---|---|
committer | Thomas Knall <t.knall@datentechnik-innovation.com> | 2015-01-16 15:11:48 +0100 |
commit | e6e2bbf9a6e4df5e714ab10babae013317bf8422 (patch) | |
tree | e6a7a0ecde150f15fc895ebf106f5373a1be7269 /id/server/idserverlib/src/main/resources | |
parent | 92717efaa56e3d0f7c271b91483507cf981b417b (diff) | |
download | moa-id-spss-e6e2bbf9a6e4df5e714ab10babae013317bf8422.tar.gz moa-id-spss-e6e2bbf9a6e4df5e714ab10babae013317bf8422.tar.bz2 moa-id-spss-e6e2bbf9a6e4df5e714ab10babae013317bf8422.zip |
Add dti-process-engine support.
Diffstat (limited to 'id/server/idserverlib/src/main/resources')
-rw-r--r-- | id/server/idserverlib/src/main/resources/resources/processes/DefaultAuthentication.process.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/id/server/idserverlib/src/main/resources/resources/processes/DefaultAuthentication.process.xml b/id/server/idserverlib/src/main/resources/resources/processes/DefaultAuthentication.process.xml new file mode 100644 index 000000000..a2b25e24e --- /dev/null +++ b/id/server/idserverlib/src/main/resources/resources/processes/DefaultAuthentication.process.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<pd:ProcessDefinition id="DefaultAuthentication" xmlns:pd="http://www.datentechnik.com/process-engine/processdefinition/v1">
+
+<!--
+ - National authentication with Austrian Citizen Card and mobile signature.
+ - Legacy authentication for foreign citizens using MOCCA supported signature cards.
+-->
+
+ <pd:StartEvent id="start" />
+
+ <pd:Transition from="start" to="end" />
+
+ <pd:EndEvent id="end" />
+
+</pd:ProcessDefinition>
|