> For the complete documentation index, see [llms.txt](https://docs.getupdraft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getupdraft.com/dashboard/account/security-single-sign-on/single-sign-on-with-google-worspace.md).

# Single Sign-On with Google Worspace

In this guide, you will learn how to set up Single Sign-On (SSO) between Google Workspace and Updraft. This integration allows your users to seamlessly sign in to Updraft using their Google Workspace credentials.

#### Prerequisites

## Prerequisites

* **Google Workspace**: An active Google Workspace account with administrator rights.
* **Updraft Account**: Owner access to your Updraft organization account.

## Step 1: Configure Google Workspace as Identity Provider

### **1.1 Access Google Admin Console**

* Sign in to the Google Admin console.
* Navigate to *Security* > *Set Up Single Sign-On (SSO)*.

### **1.2 Create a SAML Application**

* Click on *Add App* and select *Add Custom SAML App*.
* Enter a custom name for the application, such as "getupdraft".
* Optionally, add a custom logo.

### **1.3 Configure SAML Settings**

* **SSO URL**: Enter the SSO URL provided by Updraft, available from your Updraft account: <https://getupdraft.com/saml2\\_auth/acs/>
* **Entity ID**: Enter the Entity ID provided by Updraft: getupdraft
* **Certificate**: Download the .XML certificate and save it, as it will be needed later in Updraft.

### **1.4 Assign User Attributes**

* Configure the user attributes to be passed to Updraft, such as `email`, `first_name`, and `last_name`.

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

* Save the settings and enable the SAML app.

## Step 2: Configure SSO in GetUpdraft

### **2.1 Access Account Settings**

* Sign in to your Updraft account and navigate to the account settings.
* Open the Security Page

### **2.2 Enable SAML SSO**

* Click on Add new *SSO*.
* Upload the .XML certificate you downloaded from Google Workspace.
* Save the settings.

## Step 3: Test the SSO Connection

### **3.1 Create a Test User**

* Create a test user in Google Workspace or use an existing one.
* Grant this user access to the Updraft SAML app.

### **3.2 Test Sign-In**

* Open a new browser or incognito window and navigate to the Updraft sign-in page (mydomain.getupdraft.com/login).
* Select the *Sign in with Google* option.
* Ensure the user can successfully access Updraft using Google Workspace credentials.


---

# 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.getupdraft.com/dashboard/account/security-single-sign-on/single-sign-on-with-google-worspace.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.
