Recently while trying to invoke the HTTP Request trigger, on passing the token we got the below error from the Postman

{
"error": {
"code": "MisMatchingOAuthClaims",
"message": "One or more claims either missing or does not match with the open authentication access control policy."
}
}
Turned out that we missed the trailing slash for the resource’s value while generating the token.

Audience values as expected in the claim.


On correcting the resource value, and using the new generated token,

fixed the mismatch claim issue

Below is our flow

Get more details
Hope it helps..
Discover more from Nishant Rana's Weblog
Subscribe to get the latest posts sent to your email.
