Note |
---|
Preview |
CoreOne Application Services
Features
There is a new event that is thrown when a delegated permission is being suspended in the Self-Service Portal.
Breaking-Change: As we now distinguish between the deactivation of a delegated permission (the users deactivates the delegated permission) and the suspension (the user deactivates the representation relationship and thus the delegation will be suspended), the two existing events (Deactivated and Reactivated) were extended by a flag that tells you, whether or not the delegated permission was suspended or not:
WasSuspended
. You might wanna account for that new flag in any of the workflows that you have configured.
CoreOne Authentication Services
Features
SAML assertion passing has been added. This allows you to simply pass SAML assertions from an external federation party to tokens.
Bug fixes
The
sign_assertions
settings of SAML service providers was mapped incorrectly to the settingencrypt_assertions
. This meant, that even tough you enabled thesign_assertions
settings, assertions were not signed unless the settingencrypt_assertions
was enabled.
CoreOne Self-Service Portal
Bug fixes
...
Bug Fixes
The error handling workflows executed during deprovisioning of identities and resources has been improved.
CoreOne Authentication Services
Bug fixes
The validation rules for mobile numbers were unified across all screens.
CoreOne System Connectors
Bug fixes
The mail provider system connector now correctly supports resource actions such as update, delete, etc.
CoreOne Workflow Services
Features
There are new workflow activities to read attribute definitions.
Bug fixes
If the condition
HighestEmploymentDate
was utilized in any of the workflows, employments that were marked as deleted still contributed to the calculation.New workflow activity:GetServerTime
. Returns the current time from the backend server but interprets it as UTC in the workflow
Bug fixes
The activity
GetDiVor
used the wrong HTTP method to load the data resulting in an error.When changing the
ReadOnlyEmail
property of a Core Identity, theCoreIdentityChanged
workflow was not triggered. This workflow, along with the genericAfterUpdate
workflow is now being triggered.Deleting automatic resource assignmed in the state
Pending Assignment
now correctly triggers the ResourceAssignment Deallocate - Before Deleted
workflowThe workflow activity
GetCoreIdentityTemplateDatacontract
now results in theFaulted
outcome if there was an error inside the activity