Details
Description
RFC 8725 contains JWT best practices that state the audience ("AUD") and issuer ("ISS") claims from a JWT should be validated if they are present. Impala currently has no mechanism to validate these claims.
Implement ISS claim validation and AUD claim validation.