Skip to main content

Google Workspace — Overview

Status: Scaffold — content in progress

Google Workspace (formerly G Suite) is Google's cloud productivity suite. Its identity foundation is Cloud Identity, which manages users, groups, and authentication for Workspace apps and Google Cloud.

Key Components

ComponentDescription
Cloud IdentityCore directory service
Admin ConsoleWeb UI for Workspace administration
Google Directory APISCIM-like provisioning
Google Workspace Admin SDKProgrammatic admin access
OAuth2 ScopesGranular permission model for API access

Privileged Roles

RolePower
Super AdminFull control — equivalent to Global Admin
Groups AdminManage all groups (can add self to sensitive groups)
Service Account Token CreatorCreate tokens for any service account

Attack Surface

  • Super Admin account without MFA → full tenant compromise
  • Service accounts with domain-wide delegation → impersonate any user in domain
  • OAuth apps with broad scopes → data access without user interaction
  • Admin SDK abuse → enumerate users, add backdoor delegates
TopicLink
GWS SAML/OIDCgws-saml-oidc