1 min readNov 29, 2019
You could use, if you want implement authorisation based on resource properties. You need to configure policy accordingly in Keycloak
authorizationContext.hasResourcePermission(“id1”);
You can check the authz quickstarts to know how to get AuthorizationContext