Forum Discussion

BA_Service_Haus's avatar
BA_Service_Haus
Regular Contributor
14 years ago

sign header only

Hi,

I want to use the "SAML (Form)" Feature (part of WSS Security Configuration) in soapUI 4.5.1.

Out problem is, that we have a special server-policy, so the server expects a message/request, where only the header is signed ( not the whole message/request). This is for performance reasons.

Is it possible to configure soapUI so that only the header will be signed?

Best regards
Nico

17 Replies

  • Richard_Garcia's avatar
    Richard_Garcia
    Occasional Contributor
    The SAML specification does not allow wsu:Id attributes on SAML assertions. The XML schema doesn't permit it.
    The id attribute for SAML 1.1 is called AssertionID, for SAML 2.0 it is called ID.

    I requested a bug fix for wss4j, which has been accepted: https://issues.apache.org/jira/browse/WSS-492
    Once wss4j 1.6.15 is released, SoapUI can be upgraded.
  • Richard_Garcia's avatar
    Richard_Garcia
    Occasional Contributor
    The MajorVersion disappearing (MajorVersion="1" becomes MajorVersion="") is an issue in wss4j 1.6.2. The latest version 1.6.14 does not have this peculiarity.
  • Hi,

    Thanks for the additional information. It sounds like using the latest version of wss4j should resolve this issue for SoapUI users. Thanks.




    Regards,
    Marcus
    SmartBear Support
  • BA_Service_Haus's avatar
    BA_Service_Haus
    Regular Contributor
    Hi Marcus,

    will wss4j 1.6.14 (or newer) be part of soapUI Pro soon?
    Or do we have to get it ourselves?
  • Hi,

    I will notify development of this. Thanks for the information.



    Regards,
    Marcus
    SmartBear Support