Expand my Community achievements bar.

SOLVED

How to have AEM use a custom UserManager ?

Avatar

Level 1

Hello,

We would like to have AEM use a custom UserManager service to get the users / groups from an external registry.

What do we have to develop : I guess a configuration and a Service.

How to integrate these as a default ?

Thanks for any sugegstion.

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi there,

Thanks for reaching out to Adobe Community.

As per my knowledge not sure whether it is possible to do that. But the behavior of the AEM 6 user interface can be extended. 

Please have a look at the below community article to know more:

https://helpx.adobe.com/experience-manager/using/extending-aem-6-administrator-user.html

Thanks!

View solution in original post

3 Replies

Avatar

Correct answer by
Level 10

Hi there,

Thanks for reaching out to Adobe Community.

As per my knowledge not sure whether it is possible to do that. But the behavior of the AEM 6 user interface can be extended. 

Please have a look at the below community article to know more:

https://helpx.adobe.com/experience-manager/using/extending-aem-6-administrator-user.html

Thanks!

Avatar

Level 10

In addition to modifying the UI for the new service - you would use Jackrabbit User Manager APIs to handle user and group functionality. See this article for information about using Jackrabbit User Manager APIs:

Developing AEM OSGi bundles that use Jackrabbit UserManager APIs

Avatar

Level 1

Thanks for all replies.

I managed to do this writing my own login module.