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/gong-provisioning-tutorial.md
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,14 +27,15 @@ This tutorial describes the steps you need to perform in both Gong and Azure Act
27
27
> * Create users in Gong.
28
28
> * Remove users in Gong when they do not require access anymore.
29
29
> * Keep user attributes synchronized between Azure AD and Gong.
30
+
> * Provision groups and group memberships in Gong.
30
31
31
32
## Prerequisites
32
33
33
34
The scenario outlined in this tutorial assumes that you already have the following prerequisites:
34
35
35
36
*[An Azure AD tenant](../develop/quickstart-create-new-tenant.md).
36
37
* A user account in Azure AD with [permission](../roles/permissions-reference.md) to configure provisioning (for example, Application Administrator, Cloud Application administrator, Application Owner, or Global Administrator).
37
-
* A user account in Gong with **Technical Administrator**privileges.
38
+
* A user account in Gong with **Technical Administrator**privilege.
38
39
39
40
40
41
## Step 1. Plan your provisioning deployment
@@ -121,8 +122,8 @@ This section guides you through the steps to configure the Azure AD provisioning
121
122
122
123
1. Review the user attributes that are synchronized from Azure AD to Gong in the **Attribute-Mapping** section. The attributes selected as **Matching** properties are used to match the user accounts in Gong 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 Gong API supports filtering users based on that attribute. Select the **Save** button to commit any changes.
123
124
124
-
|Attribute|Type|Supported for filtering|Required by Gong|
125
-
|---|---|---|---|
125
+
|Attribute|Type|Supported for filtering|Required by Gong|
1. Under the **Mappings** section, select **Synchronize Azure Active Directory Groups to Gong**.
142
+
143
+
1. Review the group attributes that are synchronized from Azure AD to Gong in the **Attribute-Mapping** section. The attributes selected as **Matching** properties are used to match the groups in Gong for update operations. Select the **Save** button to commit any changes.
144
+
145
+
|Attribute|Type|Supported for filtering|Required by Gong|
146
+
|---|---|---|---|
147
+
|displayName|String|✓|✓
148
+
|members|Reference||
139
149
140
150
1. 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).
141
151
@@ -160,6 +170,8 @@ Once you've configured provisioning, use the following resources to monitor your
160
170
* Check the [progress bar](../app-provisioning/application-provisioning-when-will-provisioning-finish-specific-user.md) to see the status of the provisioning cycle and how close it is to completion
161
171
* If the provisioning configuration seems to be in an unhealthy state, the application will go into quarantine. Learn more about quarantine states [here](../app-provisioning/application-provisioning-quarantine-status.md).
162
172
173
+
## Change Log
174
+
03/23/2022 - Added support for **Group Provisioning**.
0 commit comments