Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

System user mapping and permissions

Avatar

Level 2

Hi team,

I am testing Bootstrap Connector in AEM 6.0+. In AEM 6.3, once the connector installed, a system user 'bootstrap-service' with service mapping and permission is ready to go, however, in AME 6.1, after installing the connector, the system user is created but no permission and service mapping configuration.

Do I have to give permissions from http://localhost:4502/useradmin  and map user with service on http://localhost:4502/system/console/configMgr pages?

Thank you.

1 Accepted Solution

Avatar

Correct answer by
Level 9

If it is missing you need to configure manually by the steps highlighted by you.

View solution in original post

3 Replies

Avatar

Correct answer by
Level 9

If it is missing you need to configure manually by the steps highlighted by you.

Avatar

Level 10

Yes, you need to give permissions to system user in useradmin and then map user with service on http://localhost:4502/system/console/configMgr

~Ratna.

Avatar

Level 2

Thanks for your response.

Does it mean if I develop a connector based on Bootstrap Connector for AEM 6.1, I have to ask my clients to manually create a system user with proper permissions and service mapping? Or, is there any way that can have those configurations automatically set up in the package of connector?