1 | AEM Useradmin: Select userA profile which is having userB,userC in its impersonators tab. But its just the newly added member userD in the userA's imersonators tab list. We see a post call, in browsers network tab with Do we know the file? which triggers this post, so that we can ensure the post retains the previous members if so any in its memberEntry. |
Solved! Go to Solution.
AEM 6.3.1.2 Useradmin has issues with save of addMembers removeMembers.
Had to overlay AuthRelationPanel.js from libs and update the saveHandler funciton of CQ.security.AuthRelationPanel. This resolved the issue.
saveHandler
AEM 6.3.1.2 Useradmin has issues with save of addMembers removeMembers.
Had to overlay AuthRelationPanel.js from libs and update the saveHandler funciton of CQ.security.AuthRelationPanel. This resolved the issue.
saveHandler
Looks like this is fixed with AEM 6.3.2.0 Release Notes #Security: LDAP users cannot impersonate another user using the Classic UI. NPR-21038: Hotfix for CQ-4207155 (See Configuration settings required for NPR-21038)