Project

General

Profile

Defect #1238

Updated by Radek Tomiška over 3 years ago

Version 8.1 
 By default, IdM sends notifications with the password of the created accounts (provisioning-send-notification-processor). The notification is not sent in the following use case: 
 * System AD is read-only 
 * IdM wants to create a new account on AD for some user 
 * The operation "Account Create" gets to the provisioning queue 
 * The operation is manually cancelled from the provisioning queue 
 * The user is resaved 
 * A new operation "Account Create" gets to the provisioning queue 
 * The first operation (create) is manually cancelled from the provisioning queue 
 * We switch AD to read-write and repeat the second operation (update). "Account Create". 

 Technically, the provisioning-send-notification-processor should handle also SysProvisioningOperationDto UPDATE and filter if the provisioning operation is Crete, or Update.

Back