Hi Guys
Can you please guide me in securing a simple CXF endpoint using
*
<conduit
name="{http://example.com/}HelloWorldServicePort.http-conduit"
xmlns:sec="http://cxf.apache.org/configuration/security"
xmlns="http://cxf.apache.org/transports/http/configuration">
<authorization>
<sec:UserName>myuser</sec:UserName>
<sec:Password>mypasswd</sec:Password>
<sec:AuthorizationType>Basic</sec:AuthorizationType>
</authorization>
</conduit>*
Am not sure what to enter in place of
{http://example.com/}HelloWorldServicePort.http-conduit}
My endpoint address is
https://server:8181/mes/bw/TESTINGJAAS?handlers=securityHandler&matchOnUriPrefix=true
Can you please guide me in setting up basic auth on this endpoint
Reji
--
View this message in context:
http://camel.465427.n5.nabble.com/JAAS-Basic-Auth-using-http-conduit-tp5738124.html
Sent from the Camel - Users mailing list archive at Nabble.com.