Used Zammad version: 6.4.1-1741933941.0923b150.jammy
Used Zammad installation type: package
Operating system: Ubuntu 22.04
Browser + version: Chrome 134
Expected behavior:
Users are synced via LDAP (works). Now I want them to be able to login via SAML via Entra ID, where those users exist as hybrid identities synced via Entra ID Connect. Once I login via SAML I should login as the user that was synced via LDAP before.
Actual behavior:
Once I login via SAML, a new user user.name@domain.com1 gets created instead of being logged in as user.name@domain.com. The newly created user also has no other attributes like a name assigned to it.
Steps to reproduce the behavior:
Configure LDAP. Have users with the same attributes login via SAML
I’ll see if I can replicate the issue (might take a while). I don’t see why the users would mismatch in AZAD since they are synced directly form onprem. I would really be curios how may other people have this working as it might indicate something weird with how Zammad handles users.
I also have started noticing this. My settings are the same as yours.
What I did notice for the three users that got a second user added, was that their email had capital letters in the name, but zammad does not see those capitals. I so FirstLast@email..com vs firstlast@email..com
I changed active directory to all lowercase, and that seems to have fixed the issue for those three users… but I am not really sure if that actually was the fix or not. Since it has only been three users.