Release Notes
Identity Provisioning 4.2.1

Facts

  • Product: Identity Provisioning
  • Platform: Any supported

Core updates 4.2.1 released September 11th 2018

Identity Provisioning 4.2.1 update improves the stability, compatibility, and security of your solution, and is recommended for all installations.

Edit Global Parameters

Editing a Global Parameter is now made by opening an edit dialog for the selected parameter.

When selecting a PIP object (e.g. action, policy, data source) as the value in a parameter, the objects unique Id (UID) is entered as the value, but in the Global Parameter table the UID is translated to a readable text telling the user the name of the object. Using an edit dialog for editing this kind of values ensures that the UID value is not being corrupted by mistake.

Save configuration

If config file can’t be saved, a Save As dialog will now be shown.

Bug fixes

Schedule list of policys will now be updated correctly when importing a policy by overwriting an existing policy.

Java

Identity Provisioning is now built and bundled with java 1.8.0_181.

End of Support

Information about the oldest supported version can be found here.

Action updates 2018-09-11

Minor parameter description updates have been made in Match To LDAP Object and Launch Action.

Add Static Attribute, version 1.9
– New Feature – New parameter to set the separator between multi values when converting a multi value attribute to a single value attribute using SESSION(attribute) in parameter ‘Attribute Value’.

– Bug Fix – New line characters in attribute value will now remain in the new attribute value when using SESSION(attribute) in parameter ‘Attribute Value’.

Auto Attribute Populator, version 2.6
– New Feature – New parameter to disable the audit log for this action. This can be useful when using replace method for very large groups.

– Improvement – The description of the parameters have been updated to make the usage more clear.

Export to Excel, version 1.4
– Bug Fix – Sometimes some attributes appeared with two identical columns in the excel file. This bug has now been fixed.

Get Attributes from LDAP, version 2.7
– Improvement – Only the named attributes will be added as session attributes, not the linked attributes that some directories returns automatically.

Launch Application, version 2.2
– New Feature – A new parameter has been added, making it possible to set whether the error stream from the application should be read and written to the log, or not.

Remove Value in Multivalue, version 1.7
– New Feature – A new parameter has been added to make it possible to remove empty values.

Write to XML File, version 1.6
– Improvement – XML handling has been exchanged to use standard java instead of the jar file xercesImpl.jar. The jar file xercesImpl.jar and/or xercesImpl-2.11.0.jar should be removed from /lib folder.

– Improvement – The behavior when adding new objects to an existing file has been changed. New objects will be added in root node instead of adding new root nodes.

– New Feature – New parameter added to make the name of the root node selectable. The default root node name is now changed to ‘Objects’.

– Bug Fix – Encoding issue solved.