diff options
author | harald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2005-09-02 15:57:27 +0000 |
---|---|---|
committer | harald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2005-09-02 15:57:27 +0000 |
commit | 2d27f2807f2e03e86eac42924ceda162a4dce587 (patch) | |
tree | 34eba696b532108baad1d0dafe5139dfebc1f923 | |
parent | 9eacab3a061ba91e8e243345347c27fc722246b9 (diff) | |
download | moa-id-spss-2d27f2807f2e03e86eac42924ceda162a4dce587.tar.gz moa-id-spss-2d27f2807f2e03e86eac42924ceda162a4dce587.tar.bz2 moa-id-spss-2d27f2807f2e03e86eac42924ceda162a4dce587.zip |
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
-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 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 = |