Release 7.2
Note |
---|
This release requires you to execute some manual steps that are not yet included in the installer! Use Release 7.3 where this can be done on the installer UI |
After update steps (if the ELSA workflow runner/dashboard is
...
installed)
Set a new password for service account identity elsa_workflow_api_user in the identity management UI and remember what password you used
Open ElsaWorkflow_ApplicationConfiguration.json with the MachineCryptoTool
Set the “Password” value to the same password from the first step
Adjust the PASSWORD in the following SQL command to the same password
Adjust the IdentityPrefix c1s in the following SQL command to the value from the table moving_global.security_app_customer in the column identity_prefix
Execute the SQL
Code Block language sql INSERT INTO `moving_appcustomer_900000`.`setting_setting_value` (`tenant_id`, `security_user_id`, `setting_id`, `string_value`, `setting_module_guid`) VALUES ('1', '0', '2', '{\"ServiceUserUserName\":\"elsa_workflow_api_user\", \"ServiceUserPassword\":\"PASSWORD\", \"IdentityPrefix\":\"c1s\"}', '2C34DA73-B87D-4444-8EB9-ED80B5A86BB3');
Open C:\Program Files\ITSENSE AG\Workflow Dashboard\appsettings.json
Insert the part on line 16 to 18 into this JSON file, don’t forget the comma on line 15!
Code Block language json { "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "AllowedHosts": "*", "Elsa": { "Server": { "BaseUrl": "https://workflow.itsense.ch:9001", "BasePath": "/workflows" } }, "AuthorizationServer": "https://login-staging.itsense.ch", "ClientId": "cos_workflowservice", "Secret": "workflowrunnersecret" }
Change the value of AuthorizationServer to the URL of the auth server
Change the ClientId and ClientSecret to the same values like the ClientId and ClientSecret from ElsaWorkflow_ApplicationConfiguration.json
CoreOne Admin UI
-
CoreOne Application API V2
...
CoreOne Authentication Services
-The input field of TOTPs has been optimized
CoreOne Application Services
-Password Policies now have a generate password workflow. Whenever a new password has to be generated, that workflow will be executed.
CoreOne Database Service
-
CoreOne Self Service Management Portal
-
CoreOne SAP System Connector
The SignalR connection handling has been improved. This affects mainly the task notifications.
The activation of a company has been improved.
The versioning of resources like JavaScript bundles have been improved.
The task list on the dashboard now also available as a dedicated menu entry.
CoreOne AD System Connector
The account options can now be set in the provisioning configuration
CoreOne Universal Importer
...
CoreOne Next-Gen Workflow Administration Service
-There are new Workflow Entry Points available
Provision Identity
AfterProvisioned Identity
There are new Workflow Activities available
Identity
Script
PowerShell
File
The Administration Service now requires authentication