Open ottokruse opened 4 months ago
In release v5.0.0 we aim to support AWS ALB (#109 ) for which we have to do significant groundwork. This issue tracks that groundwork:
ALB docs on verifying their JWTs: link
Notably: the docs say they put iss, client and exp claims in the JWT header––which is non-standard, according to standard they should be in the JWT payload.
iss
client
exp
And here's the docs for Amazon Verified Access which works similar to ALB: link
In release v5.0.0 we aim to support AWS ALB (#109 ) for which we have to do significant groundwork. This issue tracks that groundwork: