Group management
Combine users into groups with direct assignments or attribute mapping
Overview
Idemeum allows for granular access control by using user groups. Groups can be used to control access to applications, JIT accounts, and LAPS credentials.
There are several ways to use user groups:
Direct user assignment
- with this option you create a user record, and once the user is onboarded into idemeum, you can directly assign user to a group.Attribute group mapping
- you can leverage idemeum cloud directory attributes to assign users to groups automatically. For example, I can create a directory attributeteam
, then when I create a user record forAlex
, I can useteam
attribute and assign a value ofengineering
. Then I can create a group that will automatically group all users with theengineering
attribute value.
Direct user assignment
💡
User needs to be onboarded into idemeum before the direct group assignment can be done.
- Access your MSP admin portal
- Navigate to
Groups
menu and clickAdd group
- Specify the following:
- Provide the
Group name
- In the mapping section choose
User
from the dropdown - Then search for onboarded users who will be part of this group. You can select as many user as you need.
- If you want this group to propagate to all customer tenants check the box
Inherit group in customer
. This way you can use this group for technician access control is all customer tenants (i.e. you can use this group to enforce LAPS access control).
- Provide the
Save
the configuration
Attribute group mapping
💡
Attribute group mapping method only works when idemeum cloud directory is used.
First let's create an attribute that will be used for group mapping:
- Navigate to your MSP tenant admin portal
- Access
Users
→User source
and expandAdvanced settings
for idemeum local directory - Create a custom directory attribute, for example in the image below we create the attribute
Technician_level
Now we will assign Technician_level
attribute values to our user records:
- Now navigate to
Users
→User management
- Choose the technician record and click
Edit
- Specify the value for
Technician_level
attribute. For example, for the record below, we specifiedlevel_1
for attribute value
Now we will create a group to combine all level_1
technicians into a single group:
- Access
Groups
and then chooseAdd group
- Create group with the following:
- Give group a name
- For the mapping dropdown choose the attribute that we created
Technician_level
- For the value enter the value that you will use for grouping. In our case that is the value that we assigned to the user record in the previous step -
level_1
- If you want this group to propagate to all customer tenant check the box
Inherit group in customer
. This way you can use this group for technician access control is all customer tenants.
Save
the configuration