From 4ad69c43ec761af9b943eddc6649071d663f50de Mon Sep 17 00:00:00 2001 From: gregor Date: Thu, 14 Dec 2006 17:42:37 +0000 Subject: =?UTF-8?q?Stelle=20markiert,=20an=20die=20der=20Fix=20f=C3=BCr=20?= =?UTF-8?q?Bug=20144=20einzuf=C3=BCgen=20ist.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@746 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../src/at/gv/egovernment/moa/id/auth/AuthenticationServer.java | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'id.server/src/at') 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, -- cgit v1.2.3