Authentication Issue ADF and Logic App

Admin (KK) 136 Reputation points
2022-10-27T15:35:24.5+00:00

Hello, I had deployed a Logic App to send email notification and i am calling this logic app through ADF using web activity through POST , however i am getting the following error.

{
"errorCode": "2108",
"message": "{\"error\":{\"code\":\"AuthorizationFailed\",\"message\":\"The authentication credentials are not valid.\"}}",
"failureType": "UserError",
"target": "CallEmailApi",
"details": []
}

I have used this url in the ADF

254847-image.png

These are settings i am using in the ADF Activity.

254839-image.png

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
{count} votes

1 answer

Sort by: Most helpful
  1. Admin (KK) 136 Reputation points
    2022-10-28T09:29:10.25+00:00

    Hello, I was able to fix the issue. The issue is with the url. There was some special characters appended at the end of the URL which caused this.

    I was able to clear them and it fixed the issue.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.