...
New installation feature: Automatic key rotation
-> If there’s no windows stored certificate, use this as a new standard for the token signing keyBreaking change: If the signing key setting is set as “Self generated RSA key” or “Self generated certificate”, please verify the customer client configuration if it uses a static signing certificate in their implementation or if it uses the JWT endpoint to read the dynamic certificate.
-> If they use a static signing certificate, the setting “Automatic key rotation” has to be disabled in the Core Login settings (Automatic-Key-Rotation Disabled)
CoreOne Authentication Services
While identifying yourself with a mobile number, the expected format was not clearly indicated on the UI mask. This has been improved.
CoreOne System Connectors
New system connector: HCL Domino notes
...
New workflow entry point: Resource assignment created https://itsense.atlassian.net/wiki/spaces/IKB/pages/2107998243/Resource+Type+Workflows#Resource-Assignment-Created---AfterCreate
New workflow entry point: Resource assignment updated https://itsense.atlassian.net/wiki/spaces/IKB/pages/2107998243/Resource+Type+Workflows#Resource-Assignment-Changed---AfterUpdate
New workflow entry point: Resource assignment deallocate https://itsense.atlassian.net/wiki/spaces/IKB/pages/2107998243/Resource+Type+Workflows#Resource-Assignment-Deallocate---Before-Deleted
CoreOne Legacy Workflows
Breaking change: In the
Difference
object, mostly used in “changed” workflows, there was an added.Value
string for changes done on properties that are links to other objects.
For example: If there's a change on theOrganizationUnit
in anEmployment
object, the following property name was sent in theDifference
object:OrganizationUnitId
. This was changed toOrganizationUnitId.Value
. Old workflows have to be adjusted to this new format.