Office 365 configuration

Hi all, i am able to send using office 365 activities with ‘InteractiveToken’ authentication, but I am getting the below error with ‘ApplicationIdAndSecret’ authentication method. Can anyone please help to fix this.

Hi @Satish1107

Try below things

  • double check if the app registration is successfully done and you have a client id and secret
  • download the fiddler app (it is a third party app to check api responses) hit the uipath while hitting check the responses in fiddler app, it can be a scenario where there may be a proxy authentication required for using these office365 activities .
  • Check the level of permission assigned to the app(specifically the application permissions)

Thanks