# Okta Integration

## Setting Up SSO with Okta

Boomerang supports Single Sign-On (SSO) via **OpenID Connect (OIDC)**, allowing your team to authenticate through Okta using an IdP-initiated flow with Just-in-Time (JIT) user provisioning.

{% hint style="info" %}
**Prerequisite:** You must have administrator access to an Okta organization before starting this setup.
{% endhint %}

***

### Step 1: Install Boomerang in Okta

1. Sign in to your **Okta Admin Console**.
2. Navigate to **Applications → Applications** and click **Browse App Catalog**.
3. Search for **Boomerang by BuyerAssist.io** and click **Add Integration**.
4. Once installed, enter your **Boomerang subdomain** in the Subdomain field.\ <br>

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

***

### Step 2: Gather Your Okta Credentials

You'll need to collect three values from Okta to complete the integration.

1. In the Admin Console, open the **Boomerang** application and go to the **Sign On** tab.
2. Copy your **Client ID** and **Client Secret** — use the eye icon to reveal the secret.
3. Copy your **Okta Domain** — find it by clicking your username in the top-right corner of the Admin Console.\ <br>

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

{% hint style="info" %}
Keep your Client Secret confidential. Do not share it in public channels or commit it to version control.
{% endhint %}

***

### Step 3: Send the Credentials to Boomerang

Email the following information to <support@getboomerang.ai>:

| Field                    | Where to find it                         |
| ------------------------ | ---------------------------------------- |
| Client ID                | Boomerang app → Sign On tab              |
| Client Secret            | Boomerang app → Sign On tab              |
| Okta Domain (Issuer URL) | Top-right username menu in Admin Console |

{% hint style="info" %}
Once received, the Boomerang support team will configure the integration and follow up with you when it's ready.
{% endhint %}


---

# 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:

```
GET https://help.getboomerang.ai/integrations/okta-integration.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.
