Hey guys,

I'm trying to create a basic ESB proxy authenticated by SAML.  It seems to
be something the product supports, but that there isnt an documentation for
anywhere.

When I use the gui to configure it, it puts this in my code:
<parameter name="disableREST">true</parameter>
<parameter name="ScenarioID">scenario31</parameter>
<enableSec/>
<policy
key="conf:/repository/axis2/service-groups/SecureProxy3/services/SecureProxy3/policies/SAML2HoKProtection31"/>

Do you guys mind explaining to me the meaning of that stuff?  I presume
"scenario31" refers to a SAML 2.0 authentication.  What is "disableREST"?
 And can I get more detais on that policy key thing?

Next, when I set up what seems like a straightforward configuration of
this, I get this error:

org.apache.axis2.AxisFault: Missing wsse:Security header in request
at
org.apache.rampart.handler.RampartReceiver.setFaultCodeAndThrowAxisFault(RampartReceiver.java:180)


So I'm providing a SAMLResponse token in a POST, but that doesn't seem to
be what it's expecting.  Why isn't that what it's expecting?

jc
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to