> For the complete documentation index, see [llms.txt](https://guides.mangoapps.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.mangoapps.com/admin-guide/sso.md).

# SSO

{% hint style="info" %}
For information on specific SSO integrations, visit our Integrations Guide [here](https://guides.mangoapps.com/integrations-guide/single-sign-on/single-sign-on-integrations).
{% endhint %}

Use Modern Identity Management (SSO) to securely authenticate users to company applications.

MangoApps comes with the dual capability of acting as a SP (Service Provider)/Relying Party & as a IDP (Identity Provider). Hence simplifying the authentication process for various applications that support SAML2.0 or OAuth2.

In the following section you'll find details on how to configure MangoApps for the aforementioned roles.

<figure><img src="/files/Nh0rXqahOo0jbPDgIFQf" alt=""><figcaption></figcaption></figure>

## Features

#### Simplify The User Experience With SSO

Once a user has signed into MangoApps, enable them to easily and securely access all of their applications and resources with SSO.

* Access company applications right from the dashboard with the SSO widget
* Provide employees with quick link access to their most frequently used resources
* Authenticate users to any third-party, Cloud, or on-premise application

#### Quickly Access Company Apps

Users can access company resources through SSO links that are available on the user’s dashboard, primary navigation bar, or the SSO applications widget.

#### SSO Dashboard Widget

Users can securely access company apps right from their dashboard. All applications configured to use MangoApps as the SSO provider are automatically listed in this widget.

#### Add Configured Applications

Admins can add and push configured applications to user dashboards, providing them with updated application access without disrupting their personalized user dashboard.

#### Catalog of Pre-Integrated Applications

MangoApps includes an application catalog of pre-integrated cloud applications using SAML 2.0 as the sign-on method. Admins can add these apps to the user dashboard, allowing logged-in users to connect to any of the applications without re-entering credentials.

#### MangoApps Wizard

If you use an application that is not currently in the application catalog, MangoApps provides an easy wizard to add your cloud or on-premise applications.

‍

<figure><img src="/files/LTgkindXXVrdQTZ0STUf" alt="" width="375"><figcaption></figcaption></figure>


---

# 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://guides.mangoapps.com/admin-guide/sso.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.
