Table of Contents

CzechIdM 9.6.0 - Quartz

The aim of version Quartz was optimize processes like account management, provisioning, events mechanism and the most used frontend contents - identity detail (assigned roles, password change) and role request detail.

Incremental account management and provisioning

For optimization reasons, incremental account management has been implemented. This allows assign or modify roles to the identity so that the necessary calculations are performed only for the assigned/modified roles of that identity.

Incremental provisioning is closely related to incremental account management. This ensures that provisioning is made only for the accounts touched. This means that if a user has multiple different accounts (A, B) and an additional role is assigned (that assigns the same A account), then account management and provisioning is performed only for A (not B).

More about this feature you can find here.

Edit password metadata

For password is possible set flag Password never expires. This flag disable filling valid till. Password never expires and another attributes for password like valid till, is possible set via agenda information about password that is accessible via identity detail and password agenda.

pass003

More about this feature you can find here.

Role request is executed asynchronously

Instead of executing a single assigned role in the request asynchronously, the whole request is executed asynchronously. Thanks to this change was implemented incremental account management and the event queue contains a less events.

More about this feature you can find here.

Provisioning can be fully disabled for the target system

It's possible to configure the target system as inactive without provisioning queue - provisioning operation will not be created into queue - transformation scripts for mapped attributes will not be evaluated (except attribute marked as account identifier). Just ACM for creation IdM account with identifier (uid) will be called.

More about this feature you can find here.

All new features in this version:

All defects fixed in this version: