java-spiffe
java-spiffe copied to clipboard
Add `testParseJWKSWithEmptyKeysArray`
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.