Webservice REST: How to link one Endpoint to one set of user credentials
Dear all,
I' am new here and new with Talend (Using 7.2.1).
We've got the following Problem. We have for example 3 REST webservices in Talend - deployed on the runtime. We want to secure the webservices one by one with basic authentication http. We know, that we can put the single users with their credentials into users.properties. BUT in this case all of the users can call each of the webservices. How can i link a user to a specific endpoint, can someone help us out?