Skip to main content
Version: Cloud

Resolved Issues and Bug Fixes

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

System Onboarding

Resource assignments obsolete on parent resource

Previously, when removing a system, assignments to parent roles in another system were expired if there were no child permissions left on the role. This has been improved so that it only happens if the parent role has the Role category (and not Permission category), since a parent resource with the Permission category can serve its own purpose.

INC-279347

Imports

Importing ExtensionAttributes

There was an issue, where importing ExtensionAttributes after initial import into Omada Data Warehouse resulted in duplicated identity records. The ExtensionAttributes are now included in the initial import and the issue has been resolved.

INC-277815

Role and Policy Engine

RoPE – Failing calculation of unresolved identity

Previously, when an unresolved identity was added to the queue, and subsequently the flag was set to Skip queuing the unresolved identity, then the unresolved identity would have been recalculated for as long as the calculation failed. Now, we have fixed the RoPE queuing function.

INC-280273

Revoking Resource Assignment not triggering calculation

We have fixed an issue with nightly queuing of identities in RoPE where, under some circumstances, the queuing mechanism could miss identities in certain time zones.

INC-281916

Implicit Assignment calculation on Deleted enterprise role

We have fixed an issue with Implicit Assignment calculation.

Previously, we stated that if an identity is assigned to all resources that are contained in a compound resource, RoPE automatically assigns the compound resource itself to the identity with reason type Implicit assignment, however, it does not do so for resources that are classified as a Permission resource.

Now, we have fixed it so that it does not do so for disabled or deleted resources either.

Read the Implicit assignments of roles section in Assignments for more details.

INC-280921

Enterprise Server

SignalR using Azure Service Bus

Previously, when the SignalRServiceBusConnectionString master setting was mentioned in our documentation, formatting issues made it unclear that there must be a space between Managed and Identity in the Connection String:

Endpoint=sb://<servicebusname>.servicebus.windows.net/;Authentication=Managed Identity;Audience=https://servicebus.azure.net

This formatting issue has been resolved. See Master settings – Environment for more details.

INC-280932

Omada Data Warehouse

Inconsistent Date Calculations

We've fixed an issue with calculating the Start of Day.

By design, when a modification action updates a DateTime Property value based on Now(), the value for Now() depends on the Format of the DateTime Property. If the DateTime Property format is Date only, then it calculates the Start of Day in the current users' time zone, and converts it to UTC. Otherwise, it is a DateTime with the current time in UTC.

The issue was that if the Modification Action resulted in a Date after the Daylight Savings Transition for the current users' time zone, then the Start of Day was calculated incorrectly. This fix changes the Modification Action behavior so that the Start of Day is calculated after modifying the DateTime value.

INC-280890

Connectors

Azure Active Directory connector moved to deprecated connectors

The Azure Active Directory connector has been moved to the deprecated connectors section. Use the Microsoft Entra ID connector instead.

OPS dashboard failing on filtering

We fixed an issue that the provisioning monitor could fail if the system had OPS enabled and some provisioning jobs queued. The OPS is now disabled and the issue was fixed.

INC-280846

MySQL returning the connection test has failed error

Testing the connection for MySQL returned the following error: the connection test has failed. Error details: Value cannot be null. This issue was fixed.

INC-281579

Incorrect Powershell commands sent from the OIC Exchange connector

The Exchange connector now checks the Powershell session state and Runspace state. It restores the connection if necessary.

INC-280110

Flat File CSV and SSH connectivity: Host Key Fingerprint hidden

For Flat File CSV and SSH connectivity, optional fingerprint setting was encrypted and required retyping whenever connection details were changed. That enabled accidental deletions and an option to check whether it was provided. The fingerprint is not strictly sensitive data, thus the type was changed to plain text.

info

Existing values are still stored as encrypted, without auto-decrypting during upgrade. They are still supported, but we recommend retyping fingerprints in the connection details. They will be saved as plain text.

INC-282425

Access request

Validation in access request does not work if context is disabled

We have fixed an issue where validation was incorrectly triggered when the Context was disabled.

INC-282302

Access/Delegation tab menu - Edit button doesn't work

We have resolved an issue in the Access/Delegation tab menu where the Edit button was non-functional.

INC-281718

Data picker chips are modifying the Valid From date

We have fixed a bug where date picker chips were modifiying the Valid From date.

INC-281799

Request and Approvals: UI inconsistent after request rejection

We have fixed a bug that caused inconsistencies in the user interface when rejecting a request.

INC-281925

Other

Access List error message do not contain a carriage return

We have fixed an issue where error messages lacked a carriage return, resulting in formatting inconsistencies.

INC-280897

Identities buttons are not clickable in Access rights

We have fixed an issue where buttons in the Access rights section were unresponsive. Additionally, the Reason column was missing. This has now been resolved to ensure complete functionality.

INC-281639

Task counter stays visible and does not refresh

We have fixed an issue where the task counter remained visible and did not refresh after task finalization.

INC-281605

Multiple choice gone in new update to select resource for delegating

We have fixed a bug where the multiple choice option for selecting resources for delegation was removed.

INC-281411