Hi,
I've integrated my on-premise AEM Author 6.5 server with an external LDAP server.
Some groups are already present in the CMS, including, for example, the "administrators" group.
In the LDAP server, my user account has been assigned the "administrators" profile. However, during the login process, even though the LDAP server correctly returns the associated group, no group is assigned to the user in AEM.
This is the message I find in the logs:
org.apache.jackrabbit.oak.spi.security.authentication.external.basic.DefaultSyncContext - idp returned 'administrators'
org.apache.jackrabbit.oak.spi.security.authentication.external.basic.DefaultSyncContext Existing authorizable 'administrators' is not a group from this IDP 'ldap-externalModule'.
The same issue also occurs with other groups, not just with "administrators".
Any idea how I can resolve this issue?
Thanks!