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

# Overview

> Understand the key concepts and supported SSO connection types with Partoo

<Info>
  Single Sign-On (SSO) allows your users to access multiple applications with a single set of credentials.
</Info>

## What is SSO?

SSO (Single Sign-On) is an authentication mechanism that enables users to access Partoo directly through your company portal, without manually entering their Partoo login credentials.

<Note>
  SSO is only available for users who already have an existing Partoo account. It does not automatically create accounts.
</Note>

## Supported protocols

Partoo supports two widely-used SSO protocols that are compatible with most identity providers (IdPs) such as Google, Okta, or Azure AD:

* **SAML 2.0**
* **OpenID Connect (OIDC)** with the PKCE flow

<Tip>
  Choose the protocol that matches your identity provider's capabilities.
</Tip>

<Frame caption="SSO configuration page in the Partoo app">
  <img src="https://mintcdn.com/partoo/P_Jb4Af_6Al7QkYi/assets/images/guides/api/resources/settings/sso/page-sso.png?fit=max&auto=format&n=P_Jb4Af_6Al7QkYi&q=85&s=98c6fa56aef8ecef7c529f20fbb5a192" alt="SSO configuration interface in the Partoo application" width="2866" height="1606" data-path="assets/images/guides/api/resources/settings/sso/page-sso.png" />
</Frame>
