The OIDC integration with AWS Cognito (IdM) fails with this error:
JWT: "jwt] failed verification for token, reason: 'aud' claim is required
APIcast is requiring the claim "aud" when this claim, in the Json Web Token spec https://tools.ietf.org/html/rfc7519#section-4.1.3 , is optional.
It would be nice set this field as an "optional" in the JWT validation.