Decrypt my privateKey.pem file with passphrase within Quarkus
I’m writing a prototype application to explore JWT authentication with Quarkus, and see how I could eventually do JWT auth on a live website.
Quarkus SmallRye JWT validation configuration
I’m trying to validate a token from an AWS ALB and apparently the iat claim is missing (against MicroProfile JWT 1.2 spec?) so the validation fails. I didn’t find any setting that could relax this requirement, any suggestions?