diff options
| -rw-r--r-- | id.server/src/at/gv/egovernment/moa/id/auth/AuthenticationServer.java | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/id.server/src/at/gv/egovernment/moa/id/auth/AuthenticationServer.java b/id.server/src/at/gv/egovernment/moa/id/auth/AuthenticationServer.java index 17370ea6b..8359623b1 100644 --- a/id.server/src/at/gv/egovernment/moa/id/auth/AuthenticationServer.java +++ b/id.server/src/at/gv/egovernment/moa/id/auth/AuthenticationServer.java @@ -539,6 +539,12 @@ public class AuthenticationServer implements MOAIDAuthConstants {        null,         VerifyXMLSignatureResponseValidator.CHECK_AUTH_BLOCK,        false); +     +     +    // TODO See Bug #144  +    // Compare AuthBlock Data with information stored in session, especially date and time +     +          // compares the public keys from the identityLink with the AuthBlock      VerifyXMLSignatureResponseValidator.getInstance().validateCertificate(        vsresp, | 
