<div dir="ltr">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<div><br></div><div>This is the decoded token:</div><div><br></div><div>{'exp': 1644350831, 'iat': 1644343631, 'sub': 'slurm', 'kid': 'grm', 'alg': 'RS256'}<br></div><div><br></div><div>I can see in the code where the error is being thrown in plugins/auth/jwt/auth_jwt.c:</div><div><br></div><div><img src="cid:ii_kzehbbsf0" alt="image.png" width="460" height="146"><br></div><div><br></div><div>so the jwt_get_header function is returning no kid value from the header. Any ideas?</div><div><br></div><div>Thanks</div><div><br></div><div>--John</div><div><br></div><div><br></div></div>