JWT validation failure error in azure apim
问题 I am currently trying to implement Oauth2.0 to protect API using below documentation https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-protect-backend-with-aad And currently using the DEMO CONFERENCE API provide by azure apim to test the implementation. And currently receiving error during test in developer portal as : "message": "JWT Validation Failed: Claim value mismatch: aud=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxx.." Compared the token passed with the claim value by