In our project we are using Microsoft AD as our security system. Our access policy is that anyone working in our company is allowed to access our Ivy application. Our problem now is that daily user synchronization and user filtering in our code is quite slow as we have over 50'000 possible users to synchronize, even though our application is only used by a couple of thousand users. Is it possible to 'lazy load' users, only adding users to our Ivy system database on first usage / login? And not on first synchronization with our AD system? But still updating users that have been changed in AD during synchronization? asked 29.04.2019 at 09:53 SupportIvyTeam ♦♦ |
This depends on the version you are using. We added support for this use case with LTS version 7.0.12 and LE version 7.4. You can change the default behavior by specifying the following properties: LTS version 7.0.12 and later: Add the additional system property If you want to override the default behavior for a specific application, you need to add an additional system property LE Version 7.4 and later: Add the following properties to the configuration of your security system (see [engineDir]/configuration/defaults/ivy.securitysystem.yaml)
Note: While in 7.0.12+ the system property answered 29.04.2019 at 10:00 Andreas Rusch |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 29.04.2019 at 09:53
Seen: 1,999 times
Last updated: 16.05.2019 at 04:28