Exam AD0-E125 Topic 3 Question 87 Discussion
Actual exam question for Adobe's AD0-E125 exam
Question #: 87
Topic #: 3
Question #: 87
Topic #: 3
A Forms Developer uses an AEM run mode specific OSGi config to configure a service user with service mapping as entered below: customerServiceUser.all:applyUserRights=data
Suggested Answer: E Vote an answer
by Satwika at Jul 16, 2026, 04:07 AM
0
0
0
10
Comments
Satwika
2026-07-16 04:07:23Explanation
The Apache Sling Service User Mapper configuration follows this exact format:
<bundle-symbolic-name>[:<subservice-name>]=<system-user-name>
Breaking down the snippet:
customerServiceUser.all:applyUserRights=data:
PartPositionRolecustomerServiceUser.all ->Before the colonBundle and it role is symbolic name
applyUserRights -> Between colon and equals and its role is Subservice name
data -> After the equals sign with role System (service) user being mapped
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).