This page contains a preview of the upcoming next release. |
Please ensure that the customer is migrating from MySQL 5.7 to the latest 8.* There are no breaking changes yet but 8.* is there for a while and offers some features that we may use (CTE, new regex implementation, performance improvements, improved JSON support)
Each employment type now offers a flag to indicate whether or not users are able to create an employment with that employment type from within the organization management in the CoreOne Self-Service Portal. The default is false, so you might need to check your existing configuration.
While assigning a role or resource to various entities, you are now able to select the assignment context.
The new API V2 is now part of the health check page
Core Identities now have a state of either active
, deleted
or supended
All context mappings still contain the active
flag, so existing mappings do not need to be changed
New context mappings for StateId
and StateSystemName
are available to account for the new states
By suspending a Core Identity, you set all it’s associated identities into a deactivated state but all assignments that are valid, stay assigned. Read here for more
-
If the current LoA only contains an external identity provider, you can now initiate a direct redirect to that provider.
-
New readonly_email
column was added on core_identity
table. It will be updated for emails that are not configured with rexexp
on core_identity_mail_prio_mapping
table. For others - it will be updated once the UpdateIdentityTask has run or you can run your own script.
It’s now possible to load companies from an external source that are associated with the current user. This allows users to register companies even quicker.
The activation of companies can be done depending on the signing rights that are stored in external sources. We currently support single and double signing rights.
User Interactions / Tasks now feature a tag labe. By setting the tag, you can decide on which page of the portal a user interaction should appear.
A new SCIM System Connector has been implemented that allows you to provision entities using the SCIM standard
A new OpenLDAP System Connector has been implemented that allows you to provision entities into a OpenLDAP system
The Active Directory System Connector now can provision all account options to Active Directory.
BREAKING CHANGE: In the import configurations it’s now possible for data providers who uses credentials (currently LDAP (Active Directory and OpenLDAP) and SQL (MySQL and Oracle)) to get them from a target system. This allows it to omit the username and password from the import configuration so it doesn’t get serialized which in turn makes it safer to store it in the database or to transfer/share it.
BREAKING CHANGE: The active
flag of a core identity has been moved to a core identity state where there are now three different states: active, deleted and suspended
-
There is a new attribute tab on the Core Identity which allows you to override imported values.