-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
- Set up LDAP with a user 'admin' identified by password 'test123!ü'
- Set up WF to use LDAP authentication for management-interface
- Go to the web console and try logging in using Firefox browser
Firefox, Safari and IE use ISO-8859_1 character encoding when generating authentication header. If the credentials contain umlauts (eg. ü), the decoded string on the server is incorrect and authentication fails.
This affects web console authentication when LDAP is used as credentials store.
Web console can solve this by using https://issues.jboss.org/browse/UNDERTOW-595 which adds ability for Undertow to use user-agent patterns to choose correct charset during BASIC authentication.
- is cloned by
-
JBEAP-3603 Web console authentication when LDAP is used as credentials store doesn't accept passwords with non-ascii characters
- Closed