2 Replies Latest reply on Jul 12, 2012 2:56 AM by timo.hirt_timohirt

    camel-cxf web service proxy to authenticate request

    timo.hirt_timohirt

      Hi all!

       

      I am in trying to build a web service proxy. In the wsdl I defined a security policy that requires HTTPS transport and a SAML token. Please find the configation of the blueprint bundle below. To keep it simple there is no real web service to be called in the camel route. Just want to see the security exception if there is no SAML token or no secure transport used. Unfortunately no excpetion occurred but a message was written to the log. So I think no authorization or validation was done. 

       

       

       

      The goal is to have a secured proxy service (SAML) and an unsecure real service so that authorization is completly done in the ESB. If there is another approach to achive this goal, please let me know.