Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need to create API endpoint in talend for our client's to use & need to implement oAuth authentication for that API call.
I am guessing that we need to have our own Oauth server to be able to to implement that? how do we integrate authentication into API endpoint created in Talend.
I see that this can just take OAuth bearer? where that token gets generated from & how that authenticate my API endpoint? Do we need to hardcode that value since I believe that value changes for every call.
I have implemented OAuth in salesforce as consumer but not from OAuth as provider. in this case, we need to be able to act as OAuth provider & should be able to authenticate API endpoint calls as well.
We are using talend 6.4 enterprise version & has ESB as well.
Any response/direction to this would be really helpful.
I am sorry, I meant tRestRequest, I have created endpoint that consumer can use however I need to add authentication to that endpoint.
seems like SAML require lot of additional work, how can just to Use Authentication (ESB Runtime only) basic http as mentioned below
I have IAM service installed as well & have users created on IAM service. now how do I use that to authenticate API calls?
now when I tried to test this call by passing authorization parameter as base64, I still gets 401 Unauthorized.
any idea?