Replies: 1 comment
-
Hey @immieszko I moved this to the discussion section since this is not a bug within my extension. What you are using there is a default Keycloak feature. I'd recommend you create a feature request at the Keycloak project to support multi-valued attributes here. |
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
-
Is there an existing issue for this?
Current Behavior
Using keycloak-restrict-client-auth` with Policy-Based mode. When I want to use Regex Client Policy on multivalue attributes it does not work.
For example, I have User user1 with an attribute:
If I define the target_claim to my_attr and regex pattern to 1test it works, but when I would like to check the 2test I have no idea how to do it 😞. Do you know any solution?
Expected Behavior
Check each value from multivalued attribute not only first.
Steps To Reproduce
Version
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions