# SSO Integrations by Provider

This collection of help articles provides step-by-step guidance for configuring Single Sign-On (SSO) using popular identity providers. Whether your organization uses **Google Workspace**, **Microsoft Entra ID (Azure AD)**, **Okta**, or another SSO provider, these articles will walk you through the setup process from start to finish.

#### Supported Identity Providers:

* **Google Workspace** – Use Google as your identity provider to allow users to log in with their Google accounts.
* **Microsoft Entra ID (Azure AD)** – Integrate with Microsoft’s cloud-based identity and access management service.
* **Okta** – Configure Okta as your centralized authentication platform with support for SAML and OAuth.
* **OneLogin**, **Ping Identity**, **Auth0**, and more – Guidance for a range of other enterprise SSO providers.

#### What Each Article Covers:

* **Pre-Configuration Requirements** – Required permissions, metadata, and access to your IdP admin console.
* **Step-by-Step Setup** – Instructions specific to your identity provider's interface and supported SSO protocols (SAML, OAuth 2.0, etc.).
* **Platform Configuration** – How to input IdP details into your app or system settings.
* **Testing the Integration** – Verifying user login and resolving authentication issues.
* **Provider-Specific Notes** – Special considerations or limitations unique to each IdP.

These articles are designed to help IT admins and security teams implement secure and efficient user authentication using the tools and platforms they already manage.


---

# 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://guides.mangoapps.com/integrations-guide/single-sign-on/sso-integrations-by-provider.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.
