Hi Guys

Can you please guide me in securing a simple CXF endpoint using 
*
<conduit
name=&quot;{http://example.com/}HelloWorldServicePort.http-conduit&quot;  
                
xmlns:sec=&quot;http://cxf.apache.org/configuration/security&quot;  
                
xmlns=&quot;http://cxf.apache.org/transports/http/configuration&quot;>
                  
                <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&amp;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.

Reply via email to