From 2d27f2807f2e03e86eac42924ceda162a4dce587 Mon Sep 17 00:00:00 2001 From: "harald.bratko" Date: Fri, 2 Sep 2005 15:57:27 +0000 Subject: don't need do serialize saml assertion from identity link any longer, because serialized saml assertion is now stored within IdentityLink git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@486 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/src') 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 4cfd6f503..029d0e76f 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 @@ -613,7 +613,7 @@ public class AuthenticationServer implements MOAIDAuthConstants { } String ilAssertion = oaParam.getProvideIdentityLink() - ? DOMUtils.serializeNode(identityLink.getSamlAssertion()) + ? identityLink.getSerializedSamlAssertion() : ""; String authBlock = oaParam.getProvideAuthBlock() ? session.getAuthBlock() : ""; String samlAssertion = -- cgit v1.2.3