# 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="single-sign-on/azure-ad-sso" %}
[azure-ad-sso](https://docs.paradime.io/app-help/documentation/security/single-sign-on/azure-ad-sso)
{% endcontent-ref %}

{% content-ref url="single-sign-on/okta-sso" %}
[okta-sso](https://docs.paradime.io/app-help/documentation/security/single-sign-on/okta-sso)
{% endcontent-ref %}

{% content-ref url="single-sign-on/google-saml-sso" %}
[google-saml-sso](https://docs.paradime.io/app-help/documentation/security/single-sign-on/google-saml-sso)
{% endcontent-ref %}

{% content-ref url="single-sign-on/jumpcloud-sso" %}
[jumpcloud-sso](https://docs.paradime.io/app-help/documentation/security/single-sign-on/jumpcloud-sso)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://docs.paradime.io/app-help/documentation/security/single-sign-on.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
