# Single Sign-On

{% hint style="info" %}
Single Sign-on is only available on our Enterprise plans. [Contact us](https://appetize.io/contact-us) to learn more.
{% endhint %}

Appetize supports SSO integrations using several different providers.

We have provided instructions below. We are also happy to setup and test the SSO integration over a phone call. In that case, please [contact us](mailto:hello@appetize.io).

{% hint style="warning" %}
Once SSO is enabled for your account, all user access and role assignments are managed entirely by your SSO provider.
{% endhint %}

### Role assignments

Please create the following groups within your SSO provider. Assigning users to each group is equivalent to granting them the corresponding role within your Appetize account.

{% hint style="info" %}
Appetize supports role names that matches the following regex:

`/(^|[_-])appetize[_-](admin|developer|user)?$/i`
{% endhint %}

| Role                | Permissions                                                               |
| ------------------- | ------------------------------------------------------------------------- |
| appetize\_user      | Can only run uploaded apps.                                               |
| appetize\_developer | Can upload apps, delete apps, manage app settings.                        |
| appetize\_admin     | Can manage account settings, download usage reports, download audit logs. |

### Providers

{% content-ref url="/pages/rbq2pK8euZBQOcJh2Wdd" %}
[OpenID Connect](/account/single-sign-on/openid-connect.md)
{% endcontent-ref %}

{% content-ref url="/pages/3lL0B8KFkOeshqpkRKw0" %}
[SAML](/account/single-sign-on/saml.md)
{% endcontent-ref %}

{% content-ref url="/pages/I9iNxJEigdwl5RYbz8My" %}
[Azure Active Directory](/account/single-sign-on/azure-active-directory.md)
{% endcontent-ref %}

{% content-ref url="/pages/dri3k8hoNjR42StCEfbb" %}
[Google Workspace (GSuite)](/account/single-sign-on/google-workspace-gsuite.md)
{% 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.appetize.io/account/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.
