rs256 token is not verifiable #195
Unanswered
kotyara85
asked this question in
OPA and Rego
Replies: 2 comments
-
It's actually a type in my code - input.token is empty |
Beta Was this translation helpful? Give feedback.
0 replies
-
You'll need to provide the token as part of your input when querying OPA, e.g. curl --data '{"input": {"token": "mytoken"}}' http://localhost:8181/v1/data/my/policy |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I followed the official examples to verify a token and it's always false
Is there any way to output the error which opa hits during io.jwt.verify_rs256?
I did verify jwks are pulled and they're valid for the token
Thanks
Beta Was this translation helpful? Give feedback.
All reactions