> For the complete documentation index, see [llms.txt](https://docs.verygoodsecurity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verygoodsecurity.com/enterprise-platform/access-management/enterprise-identity-providers/google-workspace.md).

# Google Workspace

## Overview

[Google Workspace](https://workspace.google.com), formerly known as G Suite, is a collection of cloud services and software products developed by Google. This article describes how to set up Google Workspace as an SSO provider in order to access [VGS Dashboard](https://dashboard.verygoodsecurity.com).

## Setup

1. Sign in to your [Google Admin console](https://admin.google.com/) and navigate to **Apps** > **SAML apps**.

<figure><img src="/files/jhJVqpLTwQ66qBI781aL" alt=""><figcaption></figcaption></figure>

2. Select **Add custom SAML app** from the **Add App** dropdown list in the upper left corner of the screen.
3. Give the app a name and click **Continue**.

<figure><img src="/files/65q20inzeB2uHDz8XWNY" alt=""><figcaption></figcaption></figure>

4. On the **Google Identity Provider details** page, download the **IDP metadata** file and send it to [support@vgs.io](mailto:support@verygoodsecurity.com).

> You will be able to use your IDP to login and [verify SSO](/enterprise-platform/access-management/enterprise-identity-providers/saml-2.0-configuration.md) *only* after [VGS Support](mailto:support@verygoodsecurity.com) will process your **IDP metadata**.

5. On the **Service provider details**,
   * enter **ACS URL** and **ENTITY ID** as provided by VGS,
   * check **Signed response**,
   * and set **Name ID format** to `EMAIL`.

> You can find **ACS URL** and **ENTITY ID** values on **Organization Settings** page on [Dashboard](https://dashboard.verygoodsecurity.com).\
> \
> To make Login via the Google App Launcher available, please add to the ACS url `/clients/dashboard` for POST binding.

6. Lastly, on the **Attribute mapping** page, add the following mapping: Google Directory attribute **Primary email** to `email`.

<figure><img src="/files/iHQwDIFZ5vMLPiOi4iI9" alt=""><figcaption></figcaption></figure>

## Turn On the App

Navigate to **Apps** > **SAML apps** and select your app from the list. Then, go to **User access** and turn it on for everyone.

<figure><img src="/files/XX4g0B1lCJ6KJKB1iuvX" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.verygoodsecurity.com/enterprise-platform/access-management/enterprise-identity-providers/google-workspace.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
