Issues
- LDAP authentication is case-sensitiveWAZO-2852Resolved issue: WAZO-2852Aniss Chohra
- Admin can associate policy to user but not to groupWAZO-2850Resolved issue: WAZO-2850Sébastien Duthil
- refactor websocketd reconnection handlersWAZO-2849Resolved issue: WAZO-2849Julien Alie
- Some events are not sent after transfersWAZO-2847Resolved issue: WAZO-2847Sébastien Duthil
- Use unicode literals in confgend in preparation for Python3 migrationWAZO-2841Resolved issue: WAZO-2841Jesse Sopel
- Call logs: describe destination that was calledWAZO-2826Resolved issue: WAZO-2826Aniss Chohra
- When using wazo-res-stasis-amqp messages are published twice without a way to filterWAZO-2816Resolved issue: WAZO-2816Pascal Cadotte
- Consume stasis events from the bus instead of using the websocketWAZO-2741Resolved issue: WAZO-2741Pascal Cadotte
- agid: create integration test for each moduleWAZO-2482Resolved issue: WAZO-2482Jesse Sopel
9 of 9
LDAP authentication is case-sensitive
Done
Description
Zendesk Ticket IDs
None
Details
Priority
MediumAssignee
Aniss ChohraAniss ChohraReporter
Sébastien DuthilSébastien DuthilApprovers
Alexandre FournierFix versions
Sprint
None
Details
Details
Priority
Assignee
Aniss Chohra
Aniss ChohraReporter
Sébastien Duthil
Sébastien DuthilApprovers
Alexandre Fournier
Fix versions
Sprint
None
Zendesk Support
Zendesk Support
Zendesk Support
Created August 17, 2022 at 6:04 PM
Updated August 24, 2022 at 7:04 PM
Resolved August 24, 2022 at 2:08 PM
Activity
Show:
Aniss ChohraAugust 17, 2022 at 6:07 PMEdited
Problem:
When we have a user comfigured within ldap configuration with the following email
awonderland@wazo-auth.com
, and this user tries to login with the same email address but containing upper case letters instead; like:AWONDERLAND@WAZO-AUTH.COM
then it raises an HTTP 401 error code (authentication failure).
Expected Behaviour:
We should accept any email address as long as they are the same when lowered (authentication success).
Given I am a user with email
john@example.com
Given there is LDAP authentication with an Active Directory, where my email address is stored as
JOHN@EXAMPLE.COM
When I login with LDAP
Then I am not logged in
Expected: I am logged in