After configuring the Open ID Connect plugin to validate against Microsoft Azure AD, and calling an API with the access token, Kong rejects the request with an error;
"message": "Unauthorized"Checking the Kong error log shows the below messages;
unable to verify bearer token (invalid issuer (https://sts.windows.net/tenant-id/) was specified for access token, https://login.microsoftonline.com/<tenant-id>/v2.0 was expected)
[openid-connect] failed to get from node cache: invalid status code received from the userinfo endpoint (400)