Preview |
There is a new event that is thrown when a delegated permission is being suspended in the Self-Service Portal.
Breaking-Change: As we now distinguish between the deactivation of a delegated permission (the users deactivates the delegated permission) and the suspension (the user deactivates the representation relationship and thus the delegation will be suspended), the two existing events (Deactivated and Reactivated) were extended by a flag that tells you, whether or not the delegated permission was suspended or not: WasSuspended
. You might wanna account for that new flag in any of the workflows that you have configured.
SAML assertion passing has been added. This allows you to simply pass SAML assertions from an external federation party to tokens.
The sign_assertions
settings of SAML service providers was mapped incorrectly to the setting encrypt_assertions
. This meant, that even tough you enabled the sign_assertions
settings, assertions were not signed unless the setting encrypt_assertions
was enabled.
The CoreOne Suite Shop ressource had insufficient rights to order something if a user only had this role
There are new workflow activities to read attribute definitions.
If the condition HighestEmploymentDate
was utilized in any of the workflows, employments that were marked as deleted still contributed to the calculation.