Actions
Defect #1238
closedWhen account creation is cancelled from the provisioning queue, then next account creation doesn't send password for the account
Start date:
09/03/2018
Due date:
% Done:
100%
Estimated time:
Description
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:
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 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).
Technically, the provisioning-send-notification-processor should handle also SysProvisioningOperationDto UPDATE and filter if the provisioning operation is Crete, or Update.
Related issues
Actions