cancel
Showing results for 
Search instead for 
Did you mean: 

Custom user/group sync jobs

boneill
Star Contributor
Star Contributor

Are there any frameworks in place to write custom sync jobs for user or group management?

I know that the PersonService gives access to user management which I can hook into if I create a custom job.  However, I wonder if I can hook into the existing sync job framework or if there is a correct extension framework for creating a custom sync to an external user registry which does not support ldap.  Please advise on the best approach for this.

Regards

Brian

1 REPLY 1

angelborroy
Community Manager Community Manager
Community Manager

You may create a custom authenticator creating a new subsystem implementation:

https://docs.alfresco.com/content-services/latest/develop/repo-ext-points/authentication/

Hyland Developer Evangelist