Skip to main content
Version: Cloud

Resolved Issues and Bug Fixes

Read more about resolved issues and bug fixes in this release.

Enterprise Server

OIM_RoPECRACSV.aspx view fails if target is not screen but CSV

We have fixed an issue with the OIM_RoPECRACSV.aspx view. Now, when you try to export the data in the CSV or PDF format, and do not select at least one of the required criteria, there is a new warning saying: The export needs at least one of the criteria selected.

INC-279599

Browser search in XML editor scopes to viewport only

We have improved the XML input fields in the ES portal to allow searching (CTRL + F) in the whole field instead of the viewport only.

INC-282341

RefPath expression not working for empty string

We have fixed an issue with RefPath: previously, it only accepted string parameters that contained at least 1 character. Now, we have reduced it to 0 so that it also supports empty strings.

SR-282934

Event definitions page not showing context dots

We have fixed an issue with the event definition screen, where the code method log option was not displayed for a user with proper access.

INC-283158, INC-283132

Role and Policy Engine

Provisioning status issue

The documentation was missing details about skipping the OK (Pending Confirmation) status of provisioning. Now, we have updated the documentation with the information that this state can be skipped in the flow under certain circumstances: for example, if you disable provisioning for a resource data object, the provisioning status will be directly set to OK, or if a provisioning task fails because the object already exists in the target system, then the status will be set to Failed before changing to OK after the next import.

For more details on the provisioning statuses, see: Provisioning status values.

INC-281077

RoPE error: Expression has to contain only multiple value parameters with the same amount of values in each parameter

We have fixed an issue in the RoPE AttributeValueResolver expression handler that, when comparing a multi-value attribute with null, caused the error: Expression has to contain only multiple value parameters with the same amount of values in each parameter.

INC-281839

Access Approvals

Approval task is auto-completed when it is reassigned

We have fixed a bug in the Access request approval flow that caused an approval step to be auto-completed in some cases where the approval was reassigned to a different user.

INC-281357

Other

Compliance workbench tooltip correction

We have fixed a bug in the Compliance Workbench by updating the tooltip for the compliance status column to provide a clearer explanation of its meaning.

Unable to complete application onboarding process

We have fixed a bug in the application onboarding process that, in certain cases, prevented you from completing the onboarding if you did not have elevated permissions for resources.

INC-282339

More button missing if the DataGrid page size is over 20

We have fixed an issue where the Fixed Actions menu was not properly rendered (in the Identities Access Rights tab) when items per page (rows) was greater than 60.

INC-281640

Access Request

Request flow can not handle UTF-8

We have fixed a bug in which the descriptions of the resource assignments were not decoded in the UI.

INC-281826

Cannot reliably copy text out of a DataGrid cell

It was not possible to copy text from DataGrid cells. This is now fixed, and you can copy any text by selecting the cell within the grid.

New Access request - Not visible account types which are available for identity

We have fixed a bug that prevented the selection of account types for identities in the new Access request. Now, it is possible to select account types that the resource can handle.

Personal account is auto-selected for identities without personal accounts

We have fixed a bug in the Access request that prevented selecting account types defined for a resource. If the resource folder didn't have any account types, the default account type was returned.

INC-282110

Connectors

Committing provisioning settings using the SSH Connector results in an empty error

It was not possible to use some combinations of collectors/connectors. For example, using the LDAP collector and SSH connector in one system resulted in an error message when committing OPS settings. This issue has been fixed.

INC-281842

SQL data import (collector) – user is encrypted when editing connection details

In the SQL collector, with the connection string provided, the password was encrypted after saving. If the password was weak, it was unintentionally encrypted, too (it occurred in other places of the connection string). For example, the password test and username testUser resulted in the username changed to [encryptedValueForTest]User. This issue has been fixed.

Documentation

Issue with enabling a custom data object type for OData

We have added missing information in the documentation on data object types. We have specified that when the Require process to create and modify objects data object type is checked, it cannot be queried through OData, and when the Enable this type for OData data object type is checked, it can only be queried if Require process to create and modify objects is unchecked. For more details, see Data object types – Advanced fields.

INC-284245