Keycloak Authorization - Resources with path valiables

Hi There,

I am explorig Keycloak Authorization for fine grained auth in one of our projects.
I have been trying to achieve some thing like “/customers/{custId}/audit” or “/customers/{custId}/audit/{auditId}” while creating resource URIs but not able to do it.
Also, I am using below api for policy evaluation at gateway, it works for simple RBAC policies, is there a way to make it work for ABAC policies?

http://localhost:8080/realms/cargoes/protocol/openid-connect/token
grant_type:urn:ietf:params:oauth:grant-type:uma-ticket
response_mode:decision
audience:b2b
permission:/registrations#POST