Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions docs/manage/security/scim/provision-with-microsoft-entra-id.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,19 @@ Create roles that the users will have in Sumo Logic (for example, `Analyst` and
1. At the bottom of the **Attribute Mapping** dialog, select **Add New Mapping**.
1. Fill out the **Edit Attribute** dialog:
1. For **Mapping type** select **Expression**.
1. For **Expression** enter `AppRoleAssignments([appRoleAssignments])`.
1. For **Target attribute** select `roles[primary eq "True"].value`.
1. For **Expression** enter `AppRoleAssignmentsComplex([appRoleAssignments])`.
1. For **Target attribute** select `roles`.
1. Click **OK**.<br/><img src={useBaseUrl('img/security/provision-azure-role-attribute.png')} alt="Edit attribute" style={{border: '1px solid gray'}} width="600" />
1. On the **Attribute Mapping** dialog, delete all the attributes except:
* userName
* active
* emails[type eq "work"].value
* name.givenName
* name.familyName
* roles[primary eq "True"].value
1. Click **Save**.<br/><img src={useBaseUrl('img/security/provision-azure-attribute-mappings.png')} alt="Attribute mappings" style={{border: '1px solid gray'}} width="600" />
* roles<br/><img src={useBaseUrl('img/security/provision-azure-attribute-mappings.png')} alt="Attribute mappings" style={{border: '1px solid gray'}} width="600" />
1. Select **Show Advanced Options**.
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" />
1. Click **Save**.
1. Click the **Home > `<app name>` | Provisioning** link in the top left corner of the screen. This returns you to the **Provisioning** tab.
1. Test provisioning:
1. In the app, select **Manage > Provisioning**.
Expand Down
Binary file modified static/img/security/provision-azure-attribute-mappings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/security/provision-azure-role-attribute.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/security/roles-advanced-options.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.