Hi,
I have a requirement where third party we are interacting with have a infrastructure than sends secret key for api calls authentication rather than using token based authentication.
I wanted to know how we can deal with this approach of authentication, say startjob api call using secret shared between us and third party vendor.
Is there a way to deal with this extra layer of secret key based authentication?