Equals/Not Equals require exact matches, no wildcards.
You'll probably want to use NOT REGEX MATCH as described in this document.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am trying to create a provisioning scoping filter for a enterprise app to saas. I want to exclude groups with the displayname that starts with "ABC-xxxx"
Targetattribute - displayName
Operator - not equals
Value - "ABC-*".
Can scoping filters support wildcards and if so, what is it?
Equals/Not Equals require exact matches, no wildcards.
You'll probably want to use NOT REGEX MATCH as described in this document.