Dynamic group membership rules stopped working
We’ve been using the following the following dynamic membership rule to check if a user is a member of another group:
user.memberOf -any (group.objectId -in [‘2b930be6-f46a-4a70-b1b5-3e4e0c483fbf’])
The group is an Active Directory group that is represented in Entra with the stated Entra group object Id.
The validation fails for every user and looks like this:
It seems that all out dynamic groups are affected and stopped working.
Have you seen this before?
Thanks.
We’ve been using the following the following dynamic membership rule to check if a user is a member of another group: user.memberOf -any (group.objectId -in [‘2b930be6-f46a-4a70-b1b5-3e4e0c483fbf’])The group is an Active Directory group that is represented in Entra with the stated Entra group object Id. The validation fails for every user and looks like this: It seems that all out dynamic groups are affected and stopped working.Have you seen this before?Thanks. Read More