moresandeep opened a new pull request, #915: URL: https://github.com/apache/knox/pull/915
## What changes were proposed in this pull request? This PR adds the ability to validate a JWT token using multiple ways at the same time. Previously, we could only authenticate JWT token using **either** 1. PEM cert 2. JWKS url 3. Knox signing key With this PR, knox will validate the incoming JWT token using all the above mechanisms if they are configured. ## How was this patch tested? This patch was tested locally. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
