diff --git a/docs/directory-sync/faq.md b/docs/directory-sync/faq.md index ae0ada0c..da7f65b0 100644 --- a/docs/directory-sync/faq.md +++ b/docs/directory-sync/faq.md @@ -22,3 +22,13 @@ Okta does not dispatch a specific deprovisioning event for users that are suspen #### Why don't I see any event when a group is removed in OneLogin? It is a known issue with OneLogin SCIM. OneLogin does not dispatch a specific deprovisioning event for groups that are deleted, so you won't see any event such as `group.deleted` or `group.user_removed` when a group is removed. It is recommended to remove the users from the group before deleting the group itself from the SCIM application. + +### Google Workspace + +#### Does Google Workspace sync in real time? + +No, Google Workspace sync is not real-time. Jackson syncs the Google Workspace directory on a schedule (e.g. every 2 hours). In a self-hosted deployment, you can configure a cron job to sync the directory on a schedule of your choice. + +#### Can I sync specific groups from Google Workspace? + +Not possible at the moment. Jackson syncs all the groups from Google Workspace. You have to filter the groups from your application's side. diff --git a/docs/directory-sync/providers/google.md b/docs/directory-sync/providers/google.md index f1d448e6..8dff6f94 100644 --- a/docs/directory-sync/providers/google.md +++ b/docs/directory-sync/providers/google.md @@ -60,3 +60,13 @@ curl -X POST \ ``` Learn more about [Google Directory Sync API](/docs/directory-sync/api-reference#4-sync-directory). + +### FAQ + +#### Does Google Workspace sync in real time? + +No, Google Workspace sync is not real-time. Jackson syncs the Google Workspace directory on a schedule (e.g. every 2 hours). In a self-hosted deployment, you can configure a cron job to sync the directory on a schedule of your choice. + +#### Can I sync specific groups from Google Workspace? + +Not possible at the moment. Jackson syncs all the groups from Google Workspace. You have to filter the groups from your application's side.