https://cerbos.dev logo
Title
a

Alberto Cunha

09/14/2022, 8:42 PM
Does anyone can give me some help?
d

David Workman

09/15/2022, 10:07 AM
Looking at jwks, I think the value in your keyset data attribute needs to be a base64 JSON structure like:
{
  "kty": "oct",
  "kid": "<some random ID>",
  "alg": "HS256",
  "k": "your-256-bit-secret"
}