Troubleshooting Azure Logic App OAuth Claims Error

SteveAtMSLearning 25 Reputation points
2024-10-11T14:35:28.93+00:00

An existing Azure app registration with a client ID and secret was created earlier this year. There is a consumption Logic App with an "HTTP Request is Received" trigger that is activated from Postman. OAuth policy has been enabled in the Azure portal for the Logic App, and the HTTP request behaves as expected for valid and invalid bearer tokens.

A new Azure app registration and a new consumption Logic App were created, copied from the first Logic App, but using the new client ID and secret.

When posting to the new Logic App from Postman, the following error is received:

"code": "MisMatchingOAuthClaims",
"message": "One or more claims either missing or does not match with the open authentication access control policy."

The app registrations appear the same in the Azure portal, yet they exhibit different behavior. How can the issue with the second app registration be diagnosed?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,220 questions
0 comments No comments
{count} vote

Your answer

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