Skip to content

Commit 95d8762

Browse files
authored
Update article (#5639)
1 parent 6f23738 commit 95d8762

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

docs/manage/security/scim/provision-with-microsoft-entra-id.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,17 +76,19 @@ Create roles that the users will have in Sumo Logic (for example, `Analyst` and
7676
1. At the bottom of the **Attribute Mapping** dialog, select **Add New Mapping**.
7777
1. Fill out the **Edit Attribute** dialog:
7878
1. For **Mapping type** select **Expression**.
79-
1. For **Expression** enter `AppRoleAssignments([appRoleAssignments])`.
80-
1. For **Target attribute** select `roles[primary eq "True"].value`.
79+
1. For **Expression** enter `AppRoleAssignmentsComplex([appRoleAssignments])`.
80+
1. For **Target attribute** select `roles`.
8181
1. Click **OK**.<br/><img src={useBaseUrl('img/security/provision-azure-role-attribute.png')} alt="Edit attribute" style={{border: '1px solid gray'}} width="600" />
8282
1. On the **Attribute Mapping** dialog, delete all the attributes except:
8383
* userName
8484
* active
8585
* emails[type eq "work"].value
8686
* name.givenName
8787
* name.familyName
88-
* roles[primary eq "True"].value
89-
1. Click **Save**.<br/><img src={useBaseUrl('img/security/provision-azure-attribute-mappings.png')} alt="Attribute mappings" style={{border: '1px solid gray'}} width="600" />
88+
* roles<br/><img src={useBaseUrl('img/security/provision-azure-attribute-mappings.png')} alt="Attribute mappings" style={{border: '1px solid gray'}} width="600" />
89+
1. Select **Show Advanced Options**.
90+
1. For the **roles** attribute select **string** for the **Type**, and select the **Multi-Value?** checkbox to allow users to have multiple roles.<br/><img src={useBaseUrl('img/security/roles-advanced-options.png')} alt="Advanced options for the roles attribute" style={{border: '1px solid gray'}} width="600" />
91+
1. Click **Save**.
9092
1. Click the **Home > `<app name>` | Provisioning** link in the top left corner of the screen. This returns you to the **Provisioning** tab.
9193
1. Test provisioning:
9294
1. In the app, select **Manage > Provisioning**.
-2.12 KB
Loading
-1.72 KB
Loading
9.43 KB
Loading

0 commit comments

Comments
 (0)