Preserving System Users
To preserve the system user’s business unit from FintechOS Platform, go to Vault and add the following:
| Key Path | Key Name | Key Value |
|---|---|---|
| kv/<environment>/<application>/app-settings | ADOverwriteBusinessUnit | false |
Copy
<app-settings>
...
<add key="ADOverwriteBusinessUnit" value="false"/>
...
</app-settings>
To preserve the system user’s security roles from FintechOS Platform and merge them with the ones provided :
| Key Path | Key Name | Key Value |
|---|---|---|
| kv/<environment>/<application>/app-settings | ADOverwriteUserRoles | false |
Copy
<app-settings>
...
<add key="ADOverwriteUSerRoles" value="false"/>
...
</app-settings>