Ivan_Trampedach
13 years agoContributor
Indput in Outgoing WS-Security is change in request
Hi,
I am using 4.5.1.1 pro version and try to use same WS-security Configuration as used in version 4.0.2, but fail.
I set-up my WS-Security as a SAML XML.
In my SAML I have several lines, but the line below is changed when it is used in request.
As you can see, the value < MajorVersion="1" > is changed to < MajorVersion=" " >
There are other values there are changed, but my request only fail because of this.
I expect the value entered in SAML XML is used in request without transformation.
Regards Ivan
I am using 4.5.1.1 pro version and try to use same WS-security Configuration as used in version 4.0.2, but fail.
I set-up my WS-Security as a SAML XML.
In my SAML I have several lines, but the line below is changed when it is used in request.
<Assertion AssertionID="d913c046fddbca7a55fca34caf18cafa" IssueInstant="2007-05-14T11:45:21.835Z" Issuer="test.unsigned" MajorVersion="1" MinorVersion="1" xmlns="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:samlp="urn:oasis:names:tc:SAML:1.0:protocol" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
As you can see, the value < MajorVersion="1" > is changed to < MajorVersion=" " >
<Assertion AssertionID="d913c046fddbca7a55fca34caf18cafa" IssueInstant="2007-05-14T11:45:21.835Z" Issuer="test.unsigned" MajorVersion=" "MinorVersion="1" xmlns="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:samlp="urn:oasis:names:tc:SAML:1.0:protocol" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
There are other values there are changed, but my request only fail because of this.
I expect the value entered in SAML XML is used in request without transformation.
Regards Ivan