You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an IDP is configured to accept multiple username input (aliases) (email / username) the login attempt won't be initialised for the other username but only the one that AM considers aliases.
🌄 To Reproduce
Steps to reproduce the behaviour:
Configure Brute Force Detection
Fail to login with a user with already existing username but use an alias (e.g username = john.doe, email=john.doe@unknown.com) as many times as needed to activate brute force detection
Notice the user was not blocked
🌈 Expected behaviour
The user considering many of their aliases should be blocked
Current behaviour
The user considering many of their aliases is not blocked
The text was updated successfully, but these errors were encountered:
💥 Describe the bug
When an IDP is configured to accept multiple username input (
aliases
) (email / username) the login attempt won't be initialised for the other username but only the one that AM considersaliases
.🌄 To Reproduce
Steps to reproduce the behaviour:
alias
(e.g username = john.doe, email=john.doe@unknown.com) as many times as needed to activate brute force detection🌈 Expected behaviour
The user considering many of their aliases should be blocked
Current behaviour
The user considering many of their aliases is not blocked
The text was updated successfully, but these errors were encountered: