Can I give an hard coded public key in the verify JWT policy configuration to verify the JWT token given in the request header?
I have tried giving the hard coded key between,
<PublicKey> <JWKS> { "keys": [ { --my key goes here-- }] }
and I have given the source of the token as,
<Source>request.header.authorization</Source>
but I am getting the following error:
{"fault":{"faultstring":"Failed to Decode Token: policy(Verify-JWT-1)","detail":{"errorcode":"steps.jwt.FailedToDecode"}}}
User | Count |
---|---|
1 | |
1 | |
1 | |
1 | |
1 |