GluuFederation / oxAuth

OAuth 2.0 server and client; OpenID Connect Provider (OP) & UMA Authorization Server (AS)
https://gluu.org/docs/ce
MIT License
423 stars 150 forks source link

feat(oxauth): uppercased typ=JWT #1903

Closed yuriyz closed 5 months ago

yuriyz commented 5 months ago

Description

As per the recommendation from https://www.rfc-editor.org/rfc/rfc7519#section-5.1, the typ value of a JWT's header section should be JWT in uppercase. Jans uses lowercase jwt.

Test cases and code coverage