Has anyone got this to work? I have HS256 working fine, but when I try
RS256 I get an error that the token is missing the kid field

This is the decoded token:

{'exp': 1644350831, 'iat': 1644343631, 'sub': 'slurm', 'kid': 'grm', 'alg':
'RS256'}

I can see in the code where the error is being thrown
in plugins/auth/jwt/auth_jwt.c:

[image: image.png]

so the jwt_get_header function is returning no kid value from the header.
Any ideas?

Thanks

--John

Reply via email to