@@ -16,7 +16,6 @@ Right now this only handles the organization membership, it **does not** touch t
1616### Collect the secrets
1717
18181 . [ Add a custom attribute on the users] ( https://support.google.com/a/answer/6208725?hl=en#zippy=%2Cadd-a-new-custom-attribute )
19-
2019 1 . Go to https://admin.google.com/ac/customschema
2120 1 . Enter
2221 - Category: ` Accounts `
@@ -28,7 +27,6 @@ Right now this only handles the organization membership, it **does not** touch t
2827 - no. of values: ` multi-value `
2928
30291 . [ Add values to custom attributes for the users] ( https://support.google.com/a/answer/6208725?hl=en#add_value )
31-
3230 1 . Go to https://admin.google.com/ac/users
3331 1 . Click a user to edit them
3432 1 . Click 'user information'
@@ -37,10 +35,8 @@ Right now this only handles the organization membership, it **does not** touch t
3735 1 . Click Save
3836
39371 . [ Make a gcp project] ( https://console.cloud.google.com/projectcreate )
40-
4138 1 . Enable the [ Admin SDK API] ( https://console.cloud.google.com/apis/library/admin.googleapis.com?q=workspace%20admin&id=d0a160dd-c410-4fd0-a951-c47e05309cb9 )
4239 1 . [ Create credentials] ( https://console.cloud.google.com/apis/credentials/wizard?project=githubusermanager )
43-
4440 - Which API are you using?: ` Admin SDK API `
4541 - Are you planning to use this API with App Engine or Compute Engine: ` no `
4642 - Service account name: ` githubusermanager `
@@ -49,9 +45,7 @@ Right now this only handles the organization membership, it **does not** touch t
4945 - Click ` Continue ` , then confirm ` CREATE WITHOUT ROLE `
5046 - Edit the user, Click ` Enable G Suite domain-wide delegation `
5147 - Product name for the consent screen: ` githubusermanager `
52-
5348 1 . [ Delegate domain-wide authority to your service account] ( https://developers.google.com/admin-sdk/directory/v1/guides/delegation )
54-
5549 - https://admin.google.com/ac/owl/domainwidedelegation
5650 - Client ID: ` client id from user `
5751 - OAuth scopes:
0 commit comments