Skip to content

Does this project sync external members of GW groups? #46

Answered by christiangda
arockett asked this question in Q&A
Discussion options

You must be logged in to vote

hi @arockett, short answer, no it doesn't.

idp-scim-sync works as is documented on the main page, but basically, this program does the following:

First time

  1. Get the groups from Google Workspace based on the param --gws-users-filter which is the filter for the groups
  2. Get users that match with the group's members get in the previous step
  3. Get groups and users from AWS SSO
  4. Compare the two datasets get in the previous steps, and determine what it neet to do:
  1. create (users and groups)
  2. update (users and groups)
  3. delete (users and groups)
  4. equals (users and groups)
  1. Execute the previous operations (less the equals) in step 3 in the AWS SSO side
  2. Store the state file with the same information o…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by christiangda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants