Added the following features
- Role Based Access Control (RBAC), user types are now just a collection of roles.
- LDAP Authenticator now can leverage to AutoProperties like oAuth to assign/remove roles, assign user type, give/remove access to the system or set the classification of a user upon login.
- Editable Verdict Ranges, you can decide what is the minimum score a file should have to get a certain verdict
- Allow use of external JWT oAuth token for identification in the login API (Optional with configurable audiences)
Improved in this version
- Replace all Elastic scrolls with Point In Time (PIT) + Search After queries (Requires Elastic 7.10+)
- Allow _seq_no and _primary_term fields to be returned by the search interfaces to we can track new documents added to each indices
- Allow search interface to support multi-field sorting
- oAuth Token parser now uses multiple sources to compile as much info as possible on the user
- Added Update All button for services update