Re: camel-jetty + authentication JAAS

2013-09-02 Thread contactreji
dependency. Could you post a copy of your POM file and the Jetty/Conduit configuration which you have used. Cheers Reji -- View this message in context: http://camel.465427.n5.nabble.com/camel-jetty-authentication-JAAS-tp3293819p5738549.html Sent from the Camel - Users mailing list archive at

Re: camel-jetty + authentication JAAS

2010-12-08 Thread Willem Jiang
Hi Charles, Is there any minor code if of the 403 error? Not sure if the authentication is OK, Can you check the security log for it ? On 12/8/10 4:21 PM, Charles Moulliard wrote: Hi Willem, Thx. Your idea is brillant. I have added a DefaultIdentityService to the SecurityHandler and the erro

Re: camel-jetty + authentication JAAS

2010-12-08 Thread Charles Moulliard
Hi Willem, Thx. Your idea is brillant. I have added a DefaultIdentityService to the SecurityHandler and the error does not longer appear. I get a HTTP 403 error code when a HttpClient (launched from IntelliJ) tries to connect the camel-jetty route deployed in karaf. Do you have an idea ? Rega

Re: camel-jetty + authentication JAAS

2010-12-07 Thread Willem Jiang
Hi Charles, I just dug the code of SecurityHandler for a while, and found you didn't set the identiyService property on the loginService. SecurityHandler will not create a DefaultIdentiyService for you if the ScurityHandler's realmName is null. Maybe you can set the property of loginService w

camel-jetty + authentication JAAS

2010-12-06 Thread Charles Moulliard
Hi, I try to use JAAS authentication within a camel route using SecurityHandler of Jetty http://camel.apache.org/schema/spring";> http://localhost:8080/services?handlers=securityHandler"/> The authentication works fine (I can provide the username + passord in t