-
Bug Report
-
Resolution: Unresolved
-
L3 - Default
-
None
-
None
-
None
-
Not defined
Brief summary of the bug. What is it ? Where is it ?
As reported in https://jira.camunda.com/browse/SUPPORT-16916, space characters using in LDAP groups prevent authentication for members of that group. Instead, the user needs to be given explicit authorization as a workaround. Groups containing spaces should be supported.
More info:
Steps to reproduce:
- Connect to the VPN
- Use the attached default.yml in the support ticket as config for camunda-run 7.19.1
- Login with demo/demo and add Optimize authorizations for the two groups ("support users" and "support-users")
- Start Optimize and try to log in with foo/foo (this should fail as they are part of "support users"
- Log in with bar/bar (this should work as they are part of "support-users")
Actual result:
Members of groups containing spaces are not authenticated
Expected result:
Members of groups containing spaces should be authenticated
This ticket was migrated to github: https://github.com/camunda/camunda-optimize/issues/10572. Please use this link for any future references and continue any discussion there.