# Single Sign On (SSO)

The TIS Platform supports **Single Sign-On (SSO)** to allow your users to sign in using your existing identity infrastructure. By integrating with your identity provider, SSO eliminates the need for multiple passwords, enhances security, and simplifies user management.

We support the following SSO connection types:

* [**Microsoft Entra ID (Formerly Azure AD)**](/single-sign-on-sso/connection-types/microsoft-entra-id-formerly-azure-ad.md) – A cloud-based identity and access management service that enables secure login via a Microsoft work or school account.
* [**OpenID Connect (OIDC)**](/single-sign-on-sso/connection-types/openid-connect-oidc.md) – A modern authentication protocol built on OAuth 2.0, allowing for secure, standards-based sign-ins with various identity providers.
* [**SAML (Security Assertion Markup Language)**](/single-sign-on-sso/connection-types/saml-security-assertion-markup-language.md) – An XML-based authentication framework that enables SSO across different services and applications.

Each connection type can be configured to grant your users access to specific courses and functionality within the TIS Platform. This documentation will guide you through setting up, managing, and troubleshooting your SSO connections.

For detailed instructions, please select the connection type that best suits your needs.


---

# 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.tistraining.com/single-sign-on-sso.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.
