Skip to main content
July 21, 2023
Question

Do we need to add the bearer token received by the connected system object in the integration object?

  • July 21, 2023
  • 5 replies
  • 0 views

I am getting this response in the integration object when using the connected systems (oauth client credentials)



The authorization is successful in the connected system.

If I make the request in postman, I get 403, which is correct as I am still fixing the application permissions. It seems as if the integration object was not adding the bearer token to the request.

5 replies

stefanhelzle0001
Brainy
July 21, 2023

The whole idea of the connected system is, to manage the authentication stuff for you. The integration just uses that and does not have to care how it works.

Could it be that this user does not have access to that resource?

July 21, 2023

I doubled checked and I do have permissions in the objects (connected system and integration object).

mathieud0001
Brainy
July 21, 2023

I think Stefan meant that the credentials that you used in your integration didn't have the correct permissions (on the MS side).