> For the complete documentation index, see [llms.txt](https://docs.paradime.io/app-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paradime.io/app-help/documentation/security/single-sign-on.md).

# Single Sign On (SSO)

Single Sign-on (SSO) occurs when a user logs in to one application and is then signed in to other applications automatically, regardless of the platform, technology, or domain the user is using. The user signs in only one time, hence the name of the feature (Single Sign-on).

For example, if you log in to a Google service such as Gmail, you are automatically authenticated to YouTube, AdSense, Google Analytics, and other Google apps. Likewise, if you log out of your Gmail or other Google apps, you are automatically logged out of all the apps; this is known as Single Logout.

SSO provides a seamless experience for users when using your applications and services. Instead of having to remember separate sets of credentials for each application or service, users can simply log in once and access your full suite of applications.

Whenever users go to a domain that requires authentication, they are redirected to the authentication domain where they may be asked to log in. If the user is already logged in at the authentication domain, they can be immediately redirected to the original domain without signing in again.

## Supported SSO Protocols

At Paradime, we support the following SSO protocols:

{% content-ref url="/pages/i3nwDjVXCuFDBgqRHQdH" %}
[Microsoft Entra ID (formerly Azure AD)](/app-help/documentation/security/single-sign-on/azure-ad-sso.md)
{% endcontent-ref %}

{% content-ref url="/pages/3Xp5zLvwX9zhrJOsaNke" %}
[Okta SSO](/app-help/documentation/security/single-sign-on/okta-sso.md)
{% endcontent-ref %}

{% content-ref url="/pages/KZqU8bvUTAEbHY3u0PUK" %}
[Google SAML SSO](/app-help/documentation/security/single-sign-on/google-saml-sso.md)
{% endcontent-ref %}

{% content-ref url="/pages/hJhpnZOSzYt93SJAcKF8" %}
[JumpCloud SSO](/app-help/documentation/security/single-sign-on/jumpcloud-sso.md)
{% endcontent-ref %}


---

# 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://docs.paradime.io/app-help/documentation/security/single-sign-on.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.
