-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
IdentityService#checkPasswordAgainstPolicy...
- throws an exception if it fails containing a field with a list of policy rules
- returns true on success
Problem
- The API never returns false but instead throws an exception
- It is likely, that the return value is never used
Solution
The API should return a data structure which contains all necessary information (e. g. violated rules)