> For the complete documentation index, see [llms.txt](https://help.cerby.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cerby.com/tips-and-troubleshooting/best-practices/accounts/manage-social-login-for-your-accounts.md).

# Manage social login for your accounts

With Cerby, you can associate your existing social login configuration with the accounts you save in your Cerby workspace. This feature enables Cerby to automate the login process, providing a secure and streamlined experience.

Whether you have configured a social login method manually or your account was provisioned and configured by an Identity Provider (IdP) like Okta, Cerby ensures that your preferred authentication method is recognized and prioritized.

{% hint style="warning" %}
**IMPORTANT:** Currently, Cerby only supports Google single sign-on (SSO) as a social login method. We are continuously expanding our support for additional third-party login providers.
{% endhint %}

This article describes how Cerby associates third-party social identities with your accounts.

## How social login works in Cerby

Leveraging [account autosave](https://help.cerby.com/getting-started/concepts/credential-management/account-autosave), Cerby identifies when an app uses a third-party identity, such as Google SSO, to authenticate. Then, you can proceed to autosave the account and set the social provider as your preferred login method.

After association, all automated logins handle redirects to the authentication flow through the social login provider, avoiding manual intervention.

## Requirements

To use this feature, you must meet the following requirements:

* The Cerby browser extension must be installed and have an active session. For instructions, read the following articles:
  1. [Install the Cerby browser extension](https://help.cerby.com/cerby-browser-extension/installation/install-the-cerby-browser-extension)
  2. [Log in to the Cerby browser extension](https://help.cerby.com/cerby-browser-extension/installation/log-in-to-the-cerby-browser-extension)
* The **Enforced account autosave** feature must be on, and the specific app domain added to the list. For instructions, read the article [Turn on enforced autosave in your workspace](https://help.cerby.com/setup-and-admin/workspace-settings/extension-settings/account-autosave/turn-on-enforced-autosave-in-your-workspace).

## Key considerations

Before setting up a social login association, take the following into consideration:

* This feature is available for Google Chrome only.
* Cerby identifies and autosaves accounts when you start the automated login from any of the following ways:

  * A chiclet in your Okta dashboard
  * A Cerby business hub
  * The app’s login page

  <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p><strong>IMPORTANT:</strong> Cerby does not identify or save a new account if the SSO login page opens in a new browser tab.</p></div>
* When a social login is set as the preferred method, Cerby prioritizes this flow over standard username and password fields during automated logins.
* You cannot edit or remove the SSO login preference from the account.
* Automated password rotations are not supported, either triggered manually or through a [password policy](https://help.cerby.com/getting-started/concepts/security-posture/password-policies).
* If the account corresponds to a business hub, Cerby connects the account to the integration.
* Cerby starts the automated task on the app’s login page. If you already have an active session, the app might detect it; therefore, the automation won’t start.

Additionally, the following rules apply to Google SSO:

* The account is added to your Cerby workspace with the email you use for Google SSO and without a password.
* A **Google SSO** chip is displayed next to the account card in the Cerby web app, browser extension, and mobile app.
* After a Google SSO-based login account is created, you can’t manually add another account with the same username.

## Related articles

Refer to the following articles to learn more about this feature:

* [Add an account with Google SSO as your preferred login method](https://help.cerby.com/cerby-browser-extension/accounts/managing-your-accounts/add-an-account-with-google-sso-as-your-preferred-login-method)


---

# 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.cerby.com/tips-and-troubleshooting/best-practices/accounts/manage-social-login-for-your-accounts.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.
