Azure Scim scoping filters - wildcards?

Kenneth 20 Reputation points
2023-06-16T20:00:15.5033333+00:00

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?

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

Accepted answer
  1. Danny Zollner 10,801 Reputation points Microsoft Employee Moderator
    2023-06-19T16:44:49.3233333+00:00

    Equals/Not Equals require exact matches, no wildcards.

    You'll probably want to use NOT REGEX MATCH as described in this document.

    https://learn.microsoft.com/en-us/azure/active-directory/app-provisioning/define-conditional-rules-for-provisioning-user-accounts?pivots=app-provisioning#create-a-scoping-filter

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.