> For the complete documentation index, see [llms.txt](https://docs.material.security/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.material.security/integrations/integration-fundamentals/identity-integrations.md).

# Identity Integrations

## Overview

Integrate with your preferred identity providers to

* Verify end-user credentials
* Sync information
* Receive security alerts
* Enable end users to unlock redacted or locked content

{% hint style="warning" %}
Identity integrations don't control admin access to your Material instance. For admin sign-in, use [Admin SSO](/learn-more/administration/security/admin-sso.md).
{% endhint %}

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

## Add an Identity Integration

1. Click **Integrations** (the puzzle icon in the toolbar).
2. Click **Create Integration.**
3. Click your preferred tool.
4. Click **Create New Integration**.
5. At the top of the form, enter a name for the integration. :warning:The **Save** button remains inactive until after you name the integration.
6. Follow the [Tool Specific Instructions](#tool-specific-instructions) below to complete the required fields. For **Okta SSF**, see the [Okta SSF instructions](/integrations/integration-fundamentals/identity-integrations/okta-ssf.md).

## Tool Specific Instructions

<details>

<summary>Duo Auth</summary>

<img src="/files/cwWI5z22cASyJsGIASDD" alt="" width="375">

{% hint style="warning" %}
Always consult Duo's documentation directly for up-to-date instructions.
{% endhint %}

**In Duo**:

Connect Material to Duo using [Duo's Auth API](https://duo.com/docs/authapi):

1. Log in to the [Duo Admin Panel](https://admin.duosecurity.com/login?next=%2F) and navigate to **Applications**.
2. Click **Protect an Application** and locate **Auth API** in the applications list.
3. Click **Protect this Application** to get your **integration key**, **secret key**, and **API hostname**.
4. Paste these values in Material then **Save**.

</details>

<details>

<summary>OneLogin</summary>

<img src="/files/dMM219lQL33Zv9y0qxYu" alt="" width="375">

{% hint style="warning" %}
Always consult OneLogin's documentation directly for up-to-date instructions.
{% endhint %}

**In OneLogin:**

Connect Material to OneLogin using the [OneLogin API](https://developers.onelogin.com/api-docs/1/getting-started/dev-overview):

1. [Login](https://app.onelogin.com/login) to OneLogin as an account owner or administrator.
2. Select **API Credentials** from the **Developers** menu.
3. On the API Access page, click **New Credential**.
4. Name your credential (e.g. "Material"), select the **Manage Users** role and click **Save**. Make note of the **client secret** and **client ID**.
5. Paste these values in Material then **Save**.

</details>

<details>

<summary>Okta Token</summary>

<figure><img src="/files/3XXV0fhv2KY2mf8iEvgP" alt=""><figcaption></figcaption></figure>

**Create an Okta Admin**

{% hint style="warning" %}
Always consult Okta's documentation directly for up-to-date instructions.
{% endhint %}

1. In Okta, create a new Okta admin (e.g. "Material Admin") and assign the required roles based on selected capabilities.
   1. **Groups** - Group, Help Desk, App, or Read Only Admin
   2. **MFA Status** - App or Read Only Admin
   3. **End-User Verification** - Help Desk Admin Log in to your Okta organization as the new admin.
2. From the **Security** menu, select API then select **Tokens**.
3. Click **Create Token**.
4. Name your token (e.g. "Material") and click **Create Token**.
5. Copy your API token because you will only see it one time. Paste it into Material.

**Create an IP Zone**

1. Navigate to **Security** > **Networks** then click **Add Zone** to create a new **IP Zone**.
2. Name the zone and paste the **Outbound IPs** from Material into the **Trusted Proxy IPs** field. This lets Okta display the correct geographic location during identity verification.
3. Click **Save** in Okta to save the IP Zone.

</details>

## Troubleshooting

#### The **Save** button is inactive in the integration&#x20;

* Confirm you named the integration first.


---

# 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://docs.material.security/integrations/integration-fundamentals/identity-integrations.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.
