Replies: 1 comment
-
Hi @embesozzi! Thanks feature request and the explanation of your use case. If you have any more detail to add regarding your use case, that's always appreciated, as it helps the team to prioritize work from the backlog. Keep the ideas coming! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, the Batch Check call does not support adding condition criteria, such as
allOf
(AND) oranyOf
(OR), for authorization checks.So far, the workaround is to iterate through
response.results.correlation_id
and verify that the allowed attribute value istrue
for all.It would be great to support this feature in the future as authorization policies become more complex.
Beta Was this translation helpful? Give feedback.
All reactions