How configure the authentication token in the Talend

Options

Hi

@ https://anaplan.vanillacommunities.com/profile/pmarpaka ,@ https://anaplan.vanillacommunities.com/profile/christophe_keom

Thank you so much for creating this detailed document. https://community.anaplan.com/t5/How-To/How-to-use-Talend-with-CA-Certs-and-Transactional-APIs/ta-p/109447 , https://community.anaplan.com/t5/How-To/Anaplan-Connect-2-0-Approaches-to-Anaplan-integration-using-On/ta-p/110874 We are following this to create a Anaplan Integration with Talend.

But instead of CA Certificates we are trying to do it with the Basic Auth. If possible can you please let me know how to configure the Components in talend for Basic Auth and share if you have any example.

Thanks in Advance.

Answers

  • Hi,

    From the Talend with CA Certs and Transactional APIs article you can change to value for Authorisation to be "Basic <Base 64 encrypted username:password>". You can also leave request body empty. Other than that same Talend flow should work for you.

  • Hi,

    Thanks @pyrypeura .