diff --git a/docs/identitymanager/current/integration-guide/ui/producttranslations.md b/docs/identitymanager/current/integration-guide/ui/producttranslations.md index 104fe7de3f..0e1cac68e4 100644 --- a/docs/identitymanager/current/integration-guide/ui/producttranslations.md +++ b/docs/identitymanager/current/integration-guide/ui/producttranslations.md @@ -8,6 +8,8 @@ sidebar_position: 10 This topic shows how to import product translations into Identity Manager. A product translation means a translation of a Identity Manager's component, for example a button display message, not the translation of a configured component. +Currently in preview mode, Identity Manager supports both left to right and right to left languages. Use the toggle on the Settings Page to activate right to left languages. + ## JSON Translation File The translations are given to Identity Manager in a JSON file, through the configuration deployment tool. This section first explains how to write the JSON file, then how to use it with the deployment tool. diff --git a/docs/identitymanager/current/user-guide/set-up/provisioning-rule-creation/scalar-property-computation.md b/docs/identitymanager/current/user-guide/set-up/provisioning-rule-creation/scalar-property-computation.md index 96f92e837a..0a36327755 100644 --- a/docs/identitymanager/current/user-guide/set-up/provisioning-rule-creation/scalar-property-computation.md +++ b/docs/identitymanager/current/user-guide/set-up/provisioning-rule-creation/scalar-property-computation.md @@ -1,4 +1,4 @@ ---- +--- title: "Compute a **scalar** Property" description: "Compute a **scalar** Property" sidebar_position: 20 @@ -111,7 +111,7 @@ synchronize the property back to Identity Manager; **Create Only** to use this c For example, consider a system, that we want to connect to Identity Manager (let's call it SYST) using a title property. Consider also that SYST needs to be provisioned with the value of title, but does not allow any other system to retrieve said value. -In this case, we use **Create Only** so that Identity Manager sends the adequate provisioning order upon creation, and then is able to change the provisioning state to **Executed** without synchronization. If any changes impact that ****scalar** Property** value the workflow state will be modified to **PolicyApprovedWithChanges** meaning that the policy value is not equal to the external system's value and that will not be provisioned. +In this case, we use **Create Only** so that Identity Manager sends the adequate provisioning order upon creation, and then sets the provisioning state to **None** without synchronization. If any changes impact that ****scalar** Property** value the workflow state will be modified to **PolicyApprovedWithChanges** meaning that the policy value is not equal to the external system's value and that will not be provisioned. - Comparison type: Comparison type between the value of the target object computed by the rule and its value from the managed system. Non-conforming values are displayed on the **Provisioning Review** screen.