Hello @Lee Whieldon ,
Thanks for the question and using MS Q&A platform.
As per my understanding, you are receiving the above error when you are trying to connect to Linkedin API from ADF REST connector using OAuth2ClientCredential
(nothing but LinkedIn's client credentials flow). Please correct if I misunderstand the situation.
By looking at the error message, it indicates that your application didn't have the ability to use LinkedIn's client credentials flow to get the access token. Even from below highlighted statement from public document, my understanding is that Your application cannot access the APIs by default
. You may have to reach out to Linkedin support to get the permissions to use client credentials flow for accessing the APIs.
Below are couple of stackoverflow threads where a similar topic has been discussed:
- https://stackoverflow.com/questions/54062557/authorize-with-linkedins-api-directly
- https://stackoverflow.com/questions/56345949/error-description-this-application-is-not-allowed-to-create-application-tokens
Also want to check if you have got a chance to test the same using other tools like POSTMAN? In case if you are facing the same issue in POSTMAN then you may have to reach out to Linkedin support to get help on OAuth2clientCredentials to access the APIs.
Hope this info helps. Please let us know how it goes.