We are trying to add a custom verifier with our own JWK URL, https://web3keys.autonomy.network/keys.js, It shows invalid JWK endpoint
No space. Earlier we able to create
Let me share this with the team. Will keep you posted. Thanks
Hey @saisunkari19
Looking at the key present at https://web3keys.autonomy.network/keys.js, looks like a invalid JSON. Please double-check the JWK.
{
"keys":[
{
"kty":"RSA",
"use":"sig",
"kid":"YXV0b25vbXk",
"alg":"RS256",
"n":"AMQvDSSA59Crnic7IEDDjI318bF4zcz1Qx4c2dCPNIK_8JhwkiVnqng9JHhUKdmubX9c9Ymjx9e30J9dFeYegY1FOPZXuJGAuEuEIIPqh_Tp8hIHdTrW3QA99Isa5htBH2h7S-X23Om7xxKakNHOvsiSwfQAw9GKHRS1RdIL0p50YOGJV-1ZylRvOCbsF>
"e":"AQAB"
}
]
}
It worked, thank you
1 Like
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.