In the IAM you have 2 taks to apply roles & user rights on the DB, and that one gives a notice when I have 1 model 2 applications that point to the same DB.
De rechten van deze applicatie kunnen niet toegepast worden omdat er andere applicaties actief zijn op dezelfde database en server.
Although I understand the reason this check is there, however it is only viable when the applications have different models I guess. Situation is as follows, there is 1 model, 2 applications (each with a distinct context variable and some other contextual difference like color) that point to the same database (it's not an option to separate the DB).
- Due to this check I cannot sync the roles, and as the applications have the same model/version it should be allowed to do this.
- As for the user-rights, it appears this can also run perfectly fine when the model/version is equal between the applications, as the user-list looks at the users of the Tenant, not specifically users that are present in the authorization-groups for this application.
How can make these tasks work again?