diff options
author | gregor <gregor@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2006-12-14 17:42:37 +0000 |
---|---|---|
committer | gregor <gregor@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2006-12-14 17:42:37 +0000 |
commit | 4ad69c43ec761af9b943eddc6649071d663f50de (patch) | |
tree | 53548f15a3bf15a6ce7ef30fe007e2f97827d82d /id.server/src/at | |
parent | 04e6e9f091a7c726af884e032185e350480e8a41 (diff) | |
download | moa-id-spss-4ad69c43ec761af9b943eddc6649071d663f50de.tar.gz moa-id-spss-4ad69c43ec761af9b943eddc6649071d663f50de.tar.bz2 moa-id-spss-4ad69c43ec761af9b943eddc6649071d663f50de.zip |
Stelle markiert, an die der Fix für Bug 144 einzufügen ist.
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@746 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id.server/src/at')
-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, |