How to do SAML authentication in SOAP UI
Hi, In our application, we are using ODATA services to interact with the SAP HANA DB (There is no intermediate channel like java in between UI and backend). For authentication, we are using site minder. Site Minder will send a SAML tokken to HANA, which will inturn verify the user. So, If have to automate ODATA services, I need to give authentication (username and password). But I cant use basic authentication in SOAPUI for my application as it uses SAML token. Is there anyway where I can do SAML authentication in SOPAUI? I saw something about WS security configurations, but did not understand about keystore or signature stuff. Please help me with this issue. Thanks, J14KViews0likes2CommentsEnveloped Signature for SAML (XML) WSS Entry
Hello all, I am struggling to create SAML 2 assertions with enveloped signatures. Adding a SAML (Form) element and checking the box "signed" in the outgoing ws-security configuration creates an enveloped signatuer, but the form does not allow me to add attributes like "SPProvidedID" or aAttributeStatement block. Using a SAML (XML) element containing the desired Assertion followed by a signature element creates a Signature block outside the Assertion element, i.e. the signature is not enveloped. Putting a Security header including the Assertion element in the original request XML and using only a signature element in the outgoing configuration either yields an error about SoapUI not being able to find the to be signed element, or the original Security header is replaced rather than amended. And thus the Assertion is removed from the request. Is it possible at all to create enveloped signatures for arbitrary SAML Assertion elements? TIA!1.4KViews0likes0Comments