Group Membership Rules on App Level

Hey,

I would like to assign an user to a group based on his application attribute. Let’s say the user is in the “DE” territory. So, I setup territory to be an string array in the profile editor of my application and my group membership rule looks like this:

Arrays.contains(oidc_client_3cf1iub.territory, “DE”)

Is this not possible for now?