Task #1182
openPair future contracts by role in synchronization
0%
Description
I have system with forward account management (set in role) and I need to pair accounts on a system with identities in IdM. But it's not possible to create links by role in synchronization for future contracts.
Expected behavior : When I have default role set in synchronization and I have activated forward account management on this role, then this role will be assigned also to future contracts.
Related issues
Updated by Vít Švanda over 6 years ago
- Status changed from New to Needs feedback
- Assignee changed from Vít Švanda to Petr Michal
Default role is assigned only on valid contract now. The method 'IdentityContractService.getPrimeValidContract ' is called for it. Future contract is not valid contract, that is reason why your role was not assigned.
So, here is question, do you want assign default role to not valid contract? (It means use the method 'IdentityContractService.getPrimeContract'.)
Updated by Vít Švanda over 6 years ago
- Target version deleted (
Malachite (9.0.0))
Updated by Alena Peterová over 5 years ago
- Related to Feature #1740: Assign the default role for all contracts during synchronization added