-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alfresco - Keycloak ..later Sync #21
Comments
The module already supports and hooks into the default Alfresco synchronization subsystem. There is no need for a separate cron config property because that is what |
Thank you for quick answer!! After successful docker compose up command every role/group is synced properly , but afterwards i don't see any user-group updates on Alfresco. EXAMPLE: Initial sync happened, and all users/groups/roles are visible in Alfresco. Later i moved a user from one group to another and that change is not visible on Alfresco Share > Admin tool > Groups. Props that are changed for custom Alfresco repository image:
Props that are changed for custom Alfresco Share image:
|
The default regular Alfresco synchronization happens once per day (at midnight), unless a new / unknown user logs in. So the behaviour as you report it would be "expected". |
Thank you very much! |
You should adapt the Alfresco property |
Thanks a lot that works, everything got synced as i specified!
|
Hi Alex,
after few weeks i finally succeeded in configure all with Alfresco 7 in Docker environment.
We built a custom Repository and Share images from your latest Utility and This .acs files.
You did a great job!!!
A question:
Is it possible to add some synchronizations later, beside initial, like a Cron job in the LDAP manner, i don't see any of keycloak.synchronization.import.cron... property existence in your docs?
A use case:
In initial sync we have a user in a particular group that has some role.
When user changes a group with some other role that change does not reflects in Alfresco, it is not synchronized even with new login if that user.
Do you have any suggestion of how we can accomplish this kind of synchronization?
THANK YOU!
The text was updated successfully, but these errors were encountered: