Hello,
I am using the OpenID Connect user backend. Users and groups are mapped fine, except when it comes to the admin group which does not get provisioned, and if I try to add users manually to the group, they get kicked out.
One solution I found is to manually whitelist groups so the mapping only happens for those groups, leaving the admin group outside of the mapping which means it works normally and I can once again manually add users to it.
Now the problem is that what I would really want is to whitelist all groups except admin, and this I haven’t been able to do. I have used the following regex (and a few others) in the whitelist section but it doesn’t work. Any clues on how I could make it work?