Hello Willem, Many thanks for that crucial hint. I did as you said but no Basic Authentication was requested. What I am not understand so far is the keystore stuff in <httpj:tlsServerParameters ... As I interpret it correctly this has something to do with SSL/https but I have no intentions to switch to https. As a result I have in the meantime <httpj ... section in blueprint modified to:
<httpj:engine-factory bus="cxf"> <httpj:engine port="9000"> <httpj:threadingParameters minThreads="5" maxThreads="20" /> <httpj:handlers> <ref component-id="securityHandler" /> </httpj:handlers> </httpj:engine> </httpj:engine-factory> Do I have get something wrong? Is Basic Auth inevitably connected with SSL/http??? Could you please help me once again to establish BASIC Auth via http and how jetty has properly configured in blueprint.xml? Kind regards, Hilderich -- View this message in context: http://camel.465427.n5.nabble.com/Adding-jaas-authentication-to-a-cxf-endpoint-in-karaf-tp5758340p5758360.html Sent from the Camel - Users mailing list archive at Nabble.com.