hotfix

🚀 Platform improvements for week 44

Related products: Intelligent Application Manager

Hi everyone!

We’ve released the following platform improvements this week:

 

IAM 2022.2

  • 20221103 - OpenID provisioning default value override fix
    • Previously when logging in through the means of OpenID provisioning there were situations where values that were updated manually within IAM, such as first name, surname or gender, would be updated back to their default value the next time those users logged in. Since this was not a desirable situation, this has been changed in such a way that the following options are now possible:
      • The user does not yet exist in IAM:
        • The user is provisioned.
        • For those values that cannot be determined based on the returned claim values, the default static value from either the mapping or the column itself will be used.
      • The user already exists in IAM:
        • The user is updated based on the returned claim values.
        • In the situation that a specific claim value is not present in the returned data set, the following will happen:
          • If said value is already present in the user table (i.e. the field is not empty), it will not be updated.
          • If said value is empty in the user table, it will be updated with the static default value as specified in the OpenID user template or the underlying mapping, which can be present for Tenant, Gender, Language and Time zone.
Be the first to reply!