I’m trying to access the Incus REST API using JWT auth. I have replicated the steps described here but authentication is failing. I can GET /1.0, but GET /1.0/projects fails with 403 response.
I’ve checked that the JWT is correct: sub (matches the fingerprint of the certificate), nbf, iat, and exp are set correctly, and I’ve verified the signature.
What am I missing?