...
Breaking change: Minor design changes have been applied to improve readability, usability and the overall look and feel. Among various changes, there is now a default background image. Please review your design after the update and adjust to your CI / CD. You can disable the background image by adding
background-image: none !important;
Breaking Change: In order to access the Permission API (
/api/permission
), users now must have theCoreOne Authentication Service API Read Permissions for any Application
resource assigned. As the name suggests, this endpoint allows to read all the permission of any applicationsA new Permission API that will only return the permission based on the token (and the associated client / application) has been added (
/api/permission/myapplication
). More information can be found here.There is a new
scope
to request a new minified version of theroles_with_context
claim. You can find more on this topic here: https://itsense.atlassian.net/wiki/spaces/IKB/pages/2036400151/Token+Assignment+Context#roles_with_context_min .Claim types can now be limited in size to make sure that tokens don’t surpass a certain size. You can find more on this topic here: https://itsense.atlassian.net/wiki/spaces/IKB/pages/1992982615/Token#Claims-in-access-token .
Logout propagation to external identity providers has been implemented. You can find more on this topic here: https://itsense.atlassian.net/wiki/x/KgDDm
The validation of the place of birth in the AHV verification method has been made optional. You can set
ValidatePlaceOfBirth
to false in the configuration to do so. You can find more on this topic here: https://itsense.atlassian.net/wiki/x/awADkwThere are two new quality of registration paths which don’t offer the manual option. You can find more on this topic here: https://itsense.atlassian.net/wiki/spaces/IKB/pages/2222456878/Quality+of+Registration+QoR#Configuration
Fidentity verification method
The users language is now passed to the identity verification service fidentity.
The evidence files are now being downloaded and can be stored locally using a workflow
When the user is being deleted, the evidence files can be deleted using a workflow
The default log configuration was adapted to keep the log files for 100 files and a maximum of 10 MB per file
...