Create a user group

Group management • LockSelf

Create a local group


Create a local group

  1. In Management, click the "+" button.
  2. Click "Group".
  3. Give your group a name, then click "Create".

Delete a local group

  1. In Management, click the relevant group.
  2. Click "Delete".
  3. Confirm the operation by clicking "Delete".

Warning: all the access rights granted to this group will be revoked.

Edit a local group

  1. In Management, click the relevant group.
  2. Click "Edit".
  3. Edit the group name, then click "Confirm".

Add users to a group


Add a user

To add a user to a group:

  1. Click the relevant user.
  2. Click "Add to".
  3. Select the desired group, then click "Add".

Remove a user from a group

To remove a user from a group:

  1. Click the relevant group.
  2. Click the relevant user, then "Remove from group".

AD groups


Synchronize groups

You can synchronize the user groups from your AD. These groups then let you dynamically manage the assignment of rights on shared spaces directly from your directory.

To do so:

  1. Create a groups variable in your SSO connector.
  2. (Optional) Choose a prefix that will filter only the groups that have this prefix.
  3. Depending on your LockSelf hosting:
    1. Private Cloud: request the activation of this synchronization from your account manager.
    2. On-Premises:
      1. If you send user groups via Federation and want them synchronized in LockSelf, you must change the following parameter in the env file (make sure the groups claim is actually sent by the Federation): intercoAd=0 to intercoAd=1
      2. If you do not want to retrieve all the groups from your directory, you can choose a prefix so that only the groups with this prefix are retrieved by LockSelf. The following variable must be replaced in the env file: intercoAdPrefix='' to intercoAdPrefix='MY_PREFIX'
      3. Then restart the container.

Updated