Forum Discussion
Scanning Salesforce with Purview / Connector Exception: Can not retrieve access token.
- Feb 16, 2025
Hi Matthias,
Are you sure it's not expecting an OAuth connection?
In which case you would need to authenticate to get the token and then use the token for the final connection.
There are many features still catching up with OAuth on both the Microsoft and 3rd party sides.
Hi Matthias,
Are you sure it's not expecting an OAuth connection?
In which case you would need to authenticate to get the token and then use the token for the final connection.
There are many features still catching up with OAuth on both the Microsoft and 3rd party sides.
- Feb 21, 2025
So, I actually managed to figure out that it was the configuration of the API user and not the correct token (session instead of security token). After fixing that and double-checking the OAuth settings of the connected app, everything worked as expected, and I was able to use the AIR normally.
Thanks again for answering.- arjundhingraJun 26, 2025Copper Contributor
Hi Matthias,
Could you help me with the config of API User that fixed it?