Closed kristinapathak closed 3 years ago
Claims placed in configuration are being modified to be all lowercase.
Example of configuration:
claims: aB: value: aP: ["meep"]
Resulting JWT snippet:
"ab": { "ap": [ "meep" ],
according to RFC, these things should be case sensitive: https://tools.ietf.org/html/rfc7519#section-10.1.1
fixed in https://github.com/xmidt-org/themis/pull/63.
Claims placed in configuration are being modified to be all lowercase.
Example of configuration:
Resulting JWT snippet:
according to RFC, these things should be case sensitive: https://tools.ietf.org/html/rfc7519#section-10.1.1