Hi, I have a requirement that say I define a new intent called "AuthToken" (will write its policy, policy handler, interceptor, processor etc.) and use it for multiple bindings say binding.ws, binding.jms.
Inside the interceptor, say we'll set *message.getHeaders().add(contents of AuthToken)* * * If this mechanism is binding independent, then the BasicAuthentication scheme (with username & password) used in samples (itest-policy-security-basicauth) should work in binding.jms also right? But it didn't work. Is security policy completely supported on all bindings. Or are there any limitations to it? We want to have a solution that works atleast on jms & ws. Is there any existing solution in Tuscany 1.6 already that can solve this? Please help. Thanks & Regards, Anil