...
The handling of drop down values has been improved.
Access to specific API endpoints can now be restricted with API scopes. This allows you to restrict certain clients from accessing part of the API regardless of the user rights.
CoreOne Admin UI
BREAKING CHANGE: Employments used to have an active flag. This has been extended to support additional states and we therefore removed the
Employment.Active
field from the String Expression Designer. If you have used this in the past, you can now use theEmployment.EmploymentState.Id
orEmployment.EmploymentState.Name
field instead.
CoreOne Authentication Services
All the libraries and dependencies have been updated to the latest versions.
There is a new flag on the application that enables you to restrict access to an application for users that have no role claim associated for that given application
You now can configure default role and resource assignments on the application. Upon the first access of a user to that application, the configured roles and resources will automatically assigned to them. This is a new way of assigning default rights to a user. You can also change this configuration later on and it will apply to all users that have used the given application.
You now can override the Welcome page of the Authentication Service or configure a static redirect
All check boxes are now focusable by a tab hit and therefore meet the WCAG standards
The fingerprint created for the clients device has been optimized to be more reliant and not trigger a
new device used
event if the minor version of the browser has changed
...