I am trying to configure JWT using the following instructions:
I have generated a number of files using:
mkjwk - JSON Web Key Generator](https://mkjwk.org/
However, I get the following error when adding ‘Public Key’ as the JWKS: Your public key resource is not a valid JWKS public key
Hi Mohammed,
Thanks for getting in touch. Apologies for the inconvenience you have experienced.
I’ve shared this with the team and we are looking into this.
We will get back to you as soon as we have some advice.
Haroon
I have found the issue; the Public Key file needs to be adjusted so that it contains an array of JWT objects i.e.
{
“keys”: [
{
“kty”: “RSA”,
}
]
}
1 Like
Thanks for letting us know that you have resolved this. We appreciate you sharing you resolution as this helps other who may have a similar issue.