From 41a6b0c5304ef7bd29e59c3bf37c76728eb6daf8 Mon Sep 17 00:00:00 2001 From: "harald.bratko" Date: Wed, 28 Sep 2005 14:13:38 +0000 Subject: Manifest check enabled if AuthBlock is verified. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@517 d688527b-c9ab-4aba-bd8d-4036d912da1d --- id.server/src/at/gv/egovernment/moa/id/auth/AuthenticationServer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'id.server') 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 029d0e76f..04107a794 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 @@ -533,7 +533,7 @@ public class AuthenticationServer implements MOAIDAuthConstants { vsresp, null, VerifyXMLSignatureResponseValidator.CHECK_AUTH_BLOCK, - true); + false); // compares the public keys from the identityLink with the AuthBlock VerifyXMLSignatureResponseValidator.getInstance().validateCertificate( vsresp, -- cgit v1.2.3