# Single sign-on

Single sign-on (SSO) can simplify username and password management for both users and administrators. Users no longer have to keep track of different sets of credentials and can simply remember a single more complex password.

{% hint style="info" %}
When you register the ENGAGE application with your SSO provider, you will be asked to enter a Redirect URI. This is the location where the SSO provider directs users after they complete the log-in process. For the ENGAGE application, the Redirect URI is [*https://prod2.engagevr.io/sso/callback*](https://prod2.engagevr.io/sso/callback)
{% endhint %}

An Enterprise group owner can turn on SSO for their group and all subgroups. They can choose whether all members must use SSO to log in, or whether only members that have email addresses at specific domains must use SSO to log in.

ENGAGE supports use of Microsoft Entra or Google Workspace as identity providers. See the following sections for more information. If you require a different SSO identity provider, please [contact support](https://support.engagevr.io/support/tickets/new).


---

# 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.engagevr.io/enterprise/enterprise-admin-portal/group-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.
