Product : Monosign
Version : v2026.03
In this document below user source type requirements described.
-
Active Directory
Active Directory Requirements
Monosign supporting Unified Directory architecture. It means you can use external or internal user directory. Monosign natively supports Microsoft Active Directory/LDAP servers. Active directory integration can be performed with the following user permissions.
A service user must be created in the active directory.
Example service user name “monosign_svc“
|
Operation |
Permissions |
Object Type |
|---|---|---|
|
Authentication |
Standard Active Directory User Permission |
User |
|
Password Reset/Unlock Account |
Reset Password Read pwdLastSet Write pwdLastSet Read lockoutTime Write lockoutTime |
User |
Password Reset/Unlock Account features needed Self-Service Portal(SSP) license.
It can be configure with PowerShell script. You can download below link. Before running script in the active directory please change below line in the scripts.
$ou = "Monofor"
$user_delegated = "monosignsvc"
$group_delegated = "Monosign Service Group"
$ou is which OrganizationalUnit to delegate user or group.
$user_delegated If one service account will be delegated which is defined above OU.
$group_delegated If specific AD Group will be delegated which is defined above OU.