# Identity Providers

Marple supports two identity provider (IdP) options:

### **1. Your IdP, using OAuth**

If you have an authentication system that is OAuth compliant or supports OpenID Connect, we can integrate your own authentication system into Marple Insight.

This means that users will be redirected to the external IdP for authentication and if login is successful, Marple grants access. Additional access controls can be applied based on token fields.

Examples of external authentication systems we support are:

* KeyCloak
* Microsoft Entra ID (formerly Active Directory)
* Amazon SSO
* Google OAuth

The IdP can be used for:

1. User authentication
2. (Optional) Blocking/allowing access to Marple in general
3. (Optional) Access control to workspaces
4. (Optional) Role definition (see [Account Types](/docs/marple-insight/user-manuals/team-and-accounts/account-types.md))

### **2. Built-in IdP**

We can also authenticate users via our built-in authentication system for Marple using [Auth0](https://auth0.com/). This method is recommended for smaller teams.


---

# 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.marpledata.com/docs/marple-insight/setup-and-configuration/deployment/identity-providers.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.
