You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/saas-apps/mondaycom-provisioning-tutorial.md
+14-13Lines changed: 14 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,24 +104,24 @@ This section guides you through the steps to configure the Azure AD provisioning
104
104
105
105
9. Review the user attributes that are synchronized from Azure AD to monday.com in the **Attribute-Mapping** section. The attributes selected as **Matching** properties are used to match the user accounts in monday.com for update operations. If you choose to change the [matching target attribute](../app-provisioning/customize-application-attributes.md), you will need to ensure that the monday.com API supports filtering users based on that attribute. Select the **Save** button to commit any changes.
106
106
107
-
|Attribute|Type|Supported for filtering|
108
-
|---|---|---|
109
-
|userName|String|✓|
110
-
|userType|String|
111
-
|displayName|String|
112
-
|title|String|
113
-
|emails[type eq "work"].value|String|
114
-
|locale|String|
115
-
|timezone|String|
107
+
|Attribute|Type|Supported for filtering|Required by monday.com|
108
+
|---|---|---|---|
109
+
|userName|String|✓|✓
110
+
|userType|String|||
111
+
|displayName|String||✓
112
+
|title|String|||
113
+
|locale|String|||
114
+
|timezone|String|||
115
+
|roles|String|||
116
116
117
117
10. Under the **Mappings** section, select **Synchronize Azure Active Directory Groups to monday.com**.
118
118
119
119
11. Review the group attributes that are synchronized from Azure AD to monday.com in the **Attribute-Mapping** section. The attributes selected as **Matching** properties are used to match the groups in monday.com for update operations. Select the **Save** button to commit any changes.
120
120
121
-
|Attribute|Type|Supported for filtering|
122
-
|---|---|---|
123
-
|displayName|String|✓|
124
-
|members|Reference|
121
+
|Attribute|Type|Supported for filtering|Required by monday.com|
122
+
|---|---|---|---|
123
+
|displayName|String|✓|✓|
124
+
|members|Reference|||
125
125
126
126
12. To configure scoping filters, refer to the following instructions provided in the [Scoping filter tutorial](../app-provisioning/define-conditional-rules-for-provisioning-user-accounts.md).
127
127
@@ -151,6 +151,7 @@ Once you've configured provisioning, use the following resources to monitor your
151
151
152
152
## Change log
153
153
* 1/21/2021 - Added support for core attribute "userType" for users.
154
+
* 12/08/2022 - Dropped core user attribute **emails[type eq "work"].value**.Update **userName** , so that it get provisioned **"always"** and not **"only on object creation"**.Removed the mapping for **userType**.Added core user attribute **roles** and it's corresponding mapping.
0 commit comments