Java-Superman commented on issue #11094:
URL: https://github.com/apache/apisix/issues/11094#issuecomment-2027341068

   @shreemaan-abhishek 
   > how would these claims be passed to apisix? I mean how would apisix know 
which claims to pass?
   
   Defining it within the attributes of the 
[authz-keycloak](https://apisix.apache.org/docs/apisix/plugins/authz-keycloak/) 
plugin.  I'm not a lua dev, but something like:
   
   ```claims : { "uri" : "var.uri", "myparam" : "var.arg_myparam" } ```
   
   where they would be evaluated at runtime.  I'll have to defer to you guys on 
how the properties above could be evaluated at runtime (finite set of 
things/eval method).


-- 
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