Troubleshooting Azure Logic App OAuth Claims Error
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?