Skip to content

jwksetinfer tool multi-PEM bug

Compare
Choose a tag to compare
@MicahParks MicahParks released this 25 Jan 03:06
· 14 commits to master since this release
ece0023

A bug in the cmd/jwksetinfer tool caused multiple PEM file inputs to only output the final PEM key as a JWK Set. This is because the metadata wasn't being passed in and the all key IDs were the same empty string.

Thank you @aarnaud for discovering the bug and fixing it!

Relevant pull requests: