colmbrady opened a new issue, #7190:
URL: https://github.com/apache/apisix/issues/7190

   ### Description
   
   I am evaluating the Keycloak Authz plugin so that I can enforce 
Authorisation using Keycloaks Authorisation Engine.
   
   I am using ABAC policies in Keycloak to enforce authorisation using 
Javascript 
(https://www.keycloak.org/docs/latest/authorization_services/#_policy_js).
   
   I need to enforce (in my javascript) that the HTTP Request URI received by 
ApiSix matches some information I have in my Claims. It seems that ApiSix has 
to pass the Request URI to Keycloak as a claim.
   
   Keycloak supports this via Claim Information Point concept. 
   
   
https://www.keycloak.org/docs/latest/authorization_services/#_enforcer_claim_information_point
   
   Do you think this would be a reasonable feature to add to the plugin?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to