Skip to content

Commit

Permalink
Google Workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
devkiran committed Jan 17, 2024
1 parent 5b2c87a commit 443a558
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/directory-sync/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
10 changes: 10 additions & 0 deletions docs/directory-sync/providers/google.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 443a558

Please sign in to comment.