We are testing LDAP from domainA and ADFS from domianB. We have a problem where when the user for the ADFS logs in to its account on keycloak and its links it to LDAP in DomainA. Why is this happening?
Hey Blue777,
if both users have the same username in keycloak i.e.: user1 from DomainA and user1 from DomainB keycloak will think this is the same user. You have to use a “more” unique username attribute like UserPrincipalName or E-Mail Address to identify your users correctly
They randomly generated names in both domains. Nothing was duplicated. I will compare info in ADSI and report back.