-
Bug
-
Resolution: Won't Do
-
Critical
-
None
-
7.1.0.DR12
In case when Ldap Realm is set to use direct verification and referenced DirContext uses referral mode follow, then roles for referral user are searched before actual user password is validated. In this case following flow is used:
- searching for username
- searching for roles (i.e. searching for attributes)
- validating password for username
It means even if wrong password is used then roles in LDAP are searched. Password should be validated before some roles are searched. Current behavior can result to performance issues.
This is the same issue as JBEAP-7339 but only for case when direct verification and referral mode follow are used and user from referral tries to authenticate.
- is cloned by
-
ELY-970 Elytron Ldap Realm searches roles before validating password when direct verification and referral mode follow are used
- Closed