diff options
author | harald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2005-09-28 14:13:38 +0000 |
---|---|---|
committer | harald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2005-09-28 14:13:38 +0000 |
commit | 41a6b0c5304ef7bd29e59c3bf37c76728eb6daf8 (patch) | |
tree | a565ca5cfbb0a1394d4cef7595875368f21f8bd4 /id.server/src/at/gv | |
parent | be0e139b0e57606477ffe09b4e8169c65e3a3701 (diff) | |
download | moa-id-spss-41a6b0c5304ef7bd29e59c3bf37c76728eb6daf8.tar.gz moa-id-spss-41a6b0c5304ef7bd29e59c3bf37c76728eb6daf8.tar.bz2 moa-id-spss-41a6b0c5304ef7bd29e59c3bf37c76728eb6daf8.zip |
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
Diffstat (limited to 'id.server/src/at/gv')
-rw-r--r-- | id.server/src/at/gv/egovernment/moa/id/auth/AuthenticationServer.java | 2 |
1 files changed, 1 insertions, 1 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 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, |