When using Keycloak for authorization it allows creating protected resources. But it only allows defining the URI. How can I also add the HTTP method for the resource?
Although it seems the policy enforcers allows us to define such details, how is Keycloak able to map the HTTP method with the resource?
Thanks in Advance.
