> For the complete documentation index, see [llms.txt](https://help.dscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dscout.com/account-management/user-management-and-security/set-up-google-sign-in-sso.md).

# Set up Google Sign-In SSO

{% hint style="info" %}
You’ll need Admin or Account Owner access to your Dscout account to set up SSO. If possible, we also recommend partnering with your organization’s IT team as they will be most familiar with your organization’s security details and systems.
{% endhint %}

Single sign-on (**SSO**) is a faster, easier, and more secure way for users to log in to the Dscout platform. SSO works by establishing a connection between a service provider (**SP**)—in this case, Dscout—and an identity provider (**IdP**) like Okta, OneLogin, or Google. Once configured, Dscout can rely on your IdP to authenticate users rather than requiring users to enter a standard set of credentials like an email and password.

**Dscout supports the following methods of SSO:**

* Google Sign-In (Google OAuth).
* [SAML 2.0](/account-management/user-management-and-security/set-up-saml-sso.md) (both SP-initiated and IdP-initiated).
* [Okta](/account-management/user-management-and-security/sso-okta-integration.md).

This article walks you through enabling **SSO in Dscout using Google Sign-In**. If you want to enable another method of SSO, use the links above to view their specific instructions.

## Enable Google Sign-In

SSO using Google Sign-In can be enabled from the **SSO** page of your account settings. Once you’ve enabled Google Sign-In, everyone with access to your Dscout account will be required to log in to Dscout using this method—they’ll no longer be able to do so using a standard username and password.

{% hint style="info" %}
We recommend testing Google Sign-In before completing the below steps, which will enable Google Sign-In for all users. You can test Google Sign-In from the Dscout login page by clicking **Sign in with Google**.
{% endhint %}

**To enable Google Sign-In:**

{% stepper %}
{% step %}
In the sidebar navigation, click your Dscout account name. A drop-down opens displaying the accounts you belong to.
{% endstep %}

{% step %}
Click the **Settings** icon beside the account where you want to enable Google Sign-In. The **Account management** page is displayed.

![](/files/336f9fb7c4703ece92812ed3d804496483598196)
{% endstep %}

{% step %}
Select the **Settings** tab.
{% endstep %}

{% step %}
Select **SSO** in the sidebar.
{% endstep %}

{% step %}
Click **Edit**.

![](/files/fc0d27306fb0fe1015fe2094abe384710a7707d4)
{% endstep %}

{% step %}
Select **Google OAuth** from the **Authentication type** drop-down.

![](/files/7340889feb695885eec1e6858a7052451c695f32)
{% endstep %}

{% step %}
Click **Save**.
{% endstep %}
{% endstepper %}

Now, SSO using Google Sign-In is enabled for everyone using your Dscout account. Users currently logged in to Dscout will not be logged out, but users will be prompted to use Google Sign-In the next time they log in to the platform.

## Disable Google Sign-In

If you no longer wish to use Google Sign-In on your Dscout account, you can disable it from the SSO page of your account settings.

**To disable Google Sign-In:**

{% stepper %}
{% step %}
In the sidebar navigation, click your Dscout account name. A drop-down opens displaying the accounts you belong to.
{% endstep %}

{% step %}
Click the **Settings** icon beside the account where you want to disable Google Sign-In. The **Account management** page is displayed.
{% endstep %}

{% step %}
Select the **Settings** tab.
{% endstep %}

{% step %}
Select **SSO** in the sidebar. The **SSO** page appears showing your current SSO configuration.
{% endstep %}

{% step %}
Click **Edit**.
{% endstep %}

{% step %}
Select **SAML** from the **Authentication type** drop-down.
{% endstep %}

{% step %}
Select **Disabled** from the **Status** drop-down.

![](/files/0abd010ff17cc8a1bc28b5feff51b62e6368a75f)
{% endstep %}

{% step %}
Click **Save**.
{% endstep %}
{% endstepper %}

Now, SSO using Google Sign-In is disabled for your Dscout account. Users currently logged in will not be logged out, however they will be prompted to use their standard email and password credentials the next time they log in to the platform. If you want to turn Google Sign-In back on, follow the steps above to re-enable it.

## Troubleshooting Google Sign-In

If you encounter any errors while setting up Google Sign-In, use the following troubleshooting tips to resolve them.

<details>

<summary>Users belonging to multiple Dscout accounts</summary>

It’s possible for a single user to belong to multiple Dscout accounts. However, a single user account can only be associated with one Dscout account where Google Sign-In is enabled. You have two options to resolve this issue:

* Work with the listed user(s) to identify any of your organization’s Dscout projects they need to maintain access to. Then, have the user create a new account using a different email address that you can grant access to your Dscout account and the necessary projects. (In the case of contractors, third-party consultants, or similar, consider providing them with an email address with your domain.) Finally, delete the user’s old account from your Dscout account. Once you have all conflicts, you will no longer see this error and can proceed with enabling Google Sign-In.
* If the listed user(s) would rather keep their current account associated with your Dscout account, or if they don’t know which other Dscout account they might be associated with, have them reach out to <support@dscout.com>. Our support team will then help remove their access from any accounts causing the conflicts. Once all conflicts have been resolved, you will no longer see this error and can proceed with enabling Google Sign-In.

</details>


---

# 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://help.dscout.com/account-management/user-management-and-security/set-up-google-sign-in-sso.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.
