Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Resource assignments stay in the state Delete Pending when another role assigns the same resource but with a different context or a different role is assigned to the Core Identity that contains a deny for this resource. This issue has been resolved.

  • The system identity type attribute ForceChangePasswordNextSignIn is set as “cleanup relevant”. This will be changed in version 9.1.2 where it’s not cleanup relevant by default. If it’s needed in 8.4.4, you can execute the following SQL statement:

    Code Block
    languagesql
    UPDATE servicedmcore_system_identity_type_attribute SET is_cleanup_relevant = 0 WHERE (attribute_id = '521');

Database

  • Breaking change: SQL-Statement, das nach Update ausgeführt werden muss:

...