docs/oidc: adds missing steps for Google Workspace configuration (#15943)
This commit is contained in:
parent
dfd3eb8bb6
commit
ec778e3d9f
|
@ -214,6 +214,8 @@ To set up the Google-specific handling, you'll need:
|
|||
- A Google Workspace account with the [super admin role](https://support.google.com/a/answer/2405986?hl=en)
|
||||
for granting domain-wide delegation API client access.
|
||||
- The ability to create a service account in [Google Cloud Platform](https://console.developers.google.com/iam-admin/serviceaccounts).
|
||||
- To enable the [Admin SDK API](https://console.developers.google.com/apis/api/admin.googleapis.com/overview).
|
||||
- An OAuth 2.0 application with an [external user type](https://support.google.com/cloud/answer/10311615#user-type).
|
||||
|
||||
The Google-specific handling that's used to fetch Google Workspace groups and user information in Vault uses
|
||||
[Google Workspace Domain-Wide Delegation of Authority](https://developers.google.com/admin-sdk/directory/v1/guides/delegation)
|
||||
|
|
Loading…
Reference in New Issue