AEM integration with Azure isn't working for group
Our technology stack is : AEM 6.5 SP 17 / AEM Guides 4.3.1.5 / RHEL8/Java 11
We are migrating our SAML implementation from ping federate to Azure.
After integrating AEM with Microsoft Azure, AEM fails to load corresponding user group for logg-ed in user. Even if the group is added to the user using /useradmin page, group gets removed from the user during the next login. Here is the log
(when user sign-in next time, after group is added to the user)
********
10.07.2024 17:54:58.076 *INFO* [qtp1869806647-110143] org.apache.sling.auth.core.impl.SlingAuthenticator getAnonymousResolver: Anonymous access not allowed by configuration - requesting credentials
10.07.2024 17:55:11.590 *INFO* [qtp1869806647-110495] com.adobe.granite.security.user.internal.audit.AuditGroupAction User 'abc@test.com' was removed from the group 'wild-west-group'
***************
Note that group 'wild-west-group' exists in AEM, ping federate & azure. Current AEM & ping integration works fine.
However, while integrating AEM with azure getting above error. Also, authentication works fine.
Followed below article for AEM - azure integration:
https://learn.microsoft.com/en-us/entra/identity/saas-apps/adobeexperiencemanager-tutorial
