> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Single sign-on

> Single sign-on

Single sign-on (SSO) allows users to access multiple services with a single set of credentials. On the plus side, it facilitates a smoother user experience. On the flip side, you'll be more exposed if you lose "the keys to the castle".

## Cookies are a very basic form of SSO

1. You sign in to **SuperOffice** in one browser tab.

2. This creates a session and the browser stores a cookie.

3. You open a second tab and go to **SuperOffice.**

4. The browser checks the session cookie and grants you access without asking you to sign in again.

## Federated identity takes SSO a step further

With a [federated ID][1], you sign in once with this ID, and as long as the session is valid, you can access all other services that trust this identity provider without having to sign in again. In some cases, the user needs to give consent the 1st time they sign in to a new service provider with an IdP.

1. You sign in to your **Microsoft** email online.

2. You get a hall-pass in your browser's cookie jar.

3. You navigate to **SuperOffice** - and boom - you're in!

Note that this is not the same as using the same username and password to sign in to different services! (Which is actually bad password hygiene.)

## What are my SSO options with SuperOffice?

* CRM online SuperID password sign-in

* CRM online SuperID with IdP; 3rd-party identity providers: Microsoft and Google

* [SuperOffice Onsite][2] with SSO

[Read more about our sign-in services][3]

[1]: ../federated-id-and-identity-providers

[2]: ./onsite-sso

[3]: ../superid/index


## Related topics

- [Log in](/en/learn/getting-started/login.md)
- [Troubleshooting WebTools](/integrations/webtools/troubleshooting.md)
- [Deploy SuperOffice securely onsite](/en/onsite/security/secure-deployment-guide.md)
- [Connect a SuperOffice account with Zapier](/integrations/zapier/get-started/set-up-account.md)
- [OpenID Connect native apps](/en/api/authentication/online/sign-in-user/native-apps.md)
- [Federated ID and identity providers](/en/online/identity/federated-id-and-identity-providers.md)
