diff options
author | Thomas Knall <t.knall@datentechnik-innovation.com> | 2015-01-26 13:29:04 +0100 |
---|---|---|
committer | Thomas Knall <t.knall@datentechnik-innovation.com> | 2015-01-26 13:29:04 +0100 |
commit | 47be89a98ec08d7321b95a2d9908687aef5f03e6 (patch) | |
tree | 455c7bd6215acb0910ff43ba9383a787ada7e9a5 /id/server/idserverlib | |
parent | dcb6d398987af78f3e345f9e3577f2a1e581fdb9 (diff) | |
download | moa-id-spss-47be89a98ec08d7321b95a2d9908687aef5f03e6.tar.gz moa-id-spss-47be89a98ec08d7321b95a2d9908687aef5f03e6.tar.bz2 moa-id-spss-47be89a98ec08d7321b95a2d9908687aef5f03e6.zip |
Add some comments to DefaultAuthentication.process.xml.
Diffstat (limited to 'id/server/idserverlib')
-rw-r--r-- | id/server/idserverlib/src/main/resources/resources/processes/DefaultAuthentication.process.xml | 3 |
1 files changed, 2 insertions, 1 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 index 20830fc35..170959406 100644 --- a/id/server/idserverlib/src/main/resources/resources/processes/DefaultAuthentication.process.xml +++ b/id/server/idserverlib/src/main/resources/resources/processes/DefaultAuthentication.process.xml @@ -24,9 +24,10 @@ <pd:Transition from="verifyIdentityLink" to="prepareAuthBlockSignature" />
<pd:Transition from="prepareAuthBlockSignature" to="verifyAuthBlock" />
+ <!-- Note: verifyAuthBlock still creates a MIS session and redirects the user to the MIS gui. This should be separated from the auth block verification. -->
<pd:Transition from="certificateReadRequest" to="verifyCertificate" />
- <!-- Note: verifyCertificate still creates the auth block to be signed which should be split -->
+ <!-- Note: verifyCertificate still creates the auth block to be signed which should be separated from certificat verification. -->
<pd:Transition from="verifyCertificate" to="verifyAuthBlock" conditionExpression="ctx['useMandate']" />
<pd:Transition from="verifyCertificate" to="getForeignID" />
|