> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/account-billing/account-and-billing-it/gestisci-il-tuo-account-e-le-impostazioni/imposta-arriba-y-gestisci-il-single-sign-on-sso.md).

# Imposta arriba y gestisci il single sign-on (SSO)

Single Sign-On (SSO) ti permette di accedere a Channable tramite un account esterno. Al momento supportiamo SSO solo tramite Google.

Attivare SSO aumenta la sicurezza e semplifica l'accesso a Channable, perché non è necessario usare una password.

### Configura SSO

{% hint style="info" %}
**Nota:** Puoi collegare a Channable un solo account esterno alla volta. Non potrai più accedere a Channable con una password, a meno che non disconnetti SSO.

Poiché al momento supportiamo SSO solo con Google, devi avere un account Google con un indirizzo email verificato.
{% endhint %}

Poiché al momento supportiamo SSO solo con Google, devi avere un account Google con un indirizzo email verificato.

Per configurare SSO, segui questi passaggi:

1. Vai a **Account** > **Impostazioni account**.
2. Clicca su **Account collegati** scheda.

   <figure><img src="/files/f7fea46c216426faeebcb2c576667d47e39bc51b" alt=""><figcaption></figcaption></figure>
3. Fai clic su **Accedi con Google**.

<figure><img src="/files/4451f2cbbac1506f81aa9e9d71429386cc909aef" alt=""><figcaption></figcaption></figure>

### Disconnetti SSO

Per disconnettere SSO, segui questi passaggi:

1. Vai a **Account** > **Impostazioni account**.
2. Clicca su **Account collegati** scheda.
3. Fai clic su **Disconnetti**.<br>

   <figure><img src="/files/d42c1196f1864fda8846e327b88992697f1dab4c" alt=""><figcaption></figcaption></figure>
4. Fai clic su **Disconnetti account** nel modale di conferma per confermare la modifica.

{% hint style="danger" %}
**Attenzione:** Per disconnettere correttamente, devi avere i cookie di terze parti abilitati. A volte vengono bloccati da un'impostazione del browser o da un'estensione.
{% endhint %}


---

# 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://helpcenter.channable.com/account-billing/account-and-billing-it/gestisci-il-tuo-account-e-le-impostazioni/imposta-arriba-y-gestisci-il-single-sign-on-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.
