Custom user/group sync jobs

cancel
Showing results for 
Search instead for 
Did you mean: 
boneill
Partner

Custom user/group sync jobs

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
angelborroy
Alfresco Employee

Re: Custom user/group sync jobs

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