java-spiffe icon indicating copy to clipboard operation
java-spiffe copied to clipboard

Add `testParseJWKSWithEmptyKeysArray`

Open maxlambrecht opened this issue 1 year ago • 0 comments

Description:

Introduces a unit test for JwtBundle.parse to verify correct handling of JWKS documents with an empty keys array, ensuring our parsing logic robustly accommodates such edge cases without errors. This addition bolsters the reliability of our JWKS processing against unusual but valid JWKS configurations.

maxlambrecht avatar Apr 06 '24 20:04 maxlambrecht