Talend API authentication and authorization process
Hi,
Can someone please tell me how to design and implement authentication and authorization process (tools, configurations etc) for a talend API?
I am creating an API using talend (cloud and data fabric), which takes requests (get, put, post etc) and provide a response to the consumer.
Before processing a request from a consumer, i want to authenticate and authorize the consumer. I need to setup an environment to setup a consumer first, then give authorization permissions. Please let me know how to implement this requirement.