Hi all,
I would like to know if it is possible to enforce a simple HTTP Basic Authentication while exposing a REST service within a mediation route.
The REST WS is intended to be the entry point of the route and every request received has to be authenticated in order to consume the service.
The route will be deployed on the Talend ESB Container.
I have seen that this is possible while producing a SOAP WS (cCXF - Use Authentication) and with the tRestRequest component choosing an Integration approach (Use HTTP Basic Auth ticked - Credentials evaluated against the user.properties file); unfortunately I cannot follow these paths due to a series of requirements.
Is it possible to achieve this in an elegant way (without having to write custom interceptors or without producing too many lines of custom code)?
Thanks for your time, every kind of help is greatly appreciated.
Ole