Another question - if i disable JWT verification, ...
# help
j
Another question - if i disable JWT verification, all this does is cause Cerbos to not verify the JWT signature using the kid claim right? i.e. against the well-known JWKS endpoint of the service that mints the JWT.
d
Correct
You will still be able to read from a JWT token.
j
thanks!