You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, I am not quit sure how to get the log you need, I could just give you my configuration.
May be you could share yours configuration?
I mainly found the resources provided seems could not enable me to see the whole picture.
Thanks.
It is hard to follow on the JWT Claim Check Usage with limited resource
Version
latest
Steps To Reproduce
check on the configuration on https://github.com/3scale/APIcast/blob/master/gateway/src/apicast/policy/jwt_claim_check/readme.md
follow the setup with configuration
"policy_chain":[{"name":"jwt_claim_check","version":"builtin","configuration":{"rules":[{"resource_type":"plain","operations":[{"op":"==","jwt_claim_type":"plain","jwt_claim":"admin","value_type":"plain","value":"role"}],"combine_op":"and","resource":"/resource","methods":["GET"]}]}},{"name":"apicast","version":"builtin","configuration":{}}]
putting below token in header with Authorization: Bearer
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhZG1pbiI6InJvbGUifQ.BRdVYhLJb8fj0FIqHGoeEQzjIfNJ-DABvybbiB796Qk
Current Result
Response shown Request blocked due to JWT claim policy
Expected Result
Return the backend API response
The text was updated successfully, but these errors were encountered: