# Connecting Okta to Mobb

This guide explains how to integrate your organization’s Okta identity provider with Mobb. This allows your users to seamlessly sign in to Mobb using Okta SSO (Single Sign-On).

## Step 1: Create an App Integration in Okta

1. Sign in to your Okta Admin Console.
2. Navigate to **Applications** > **Applications**.
3. Click **Create App Integration**.

   <figure><img src="/files/OqZGRj1KP9U04QEyUH7j" alt=""><figcaption></figcaption></figure>
4. For **Sign-in method**, select **OIDC - OpenID Connect**.
5. For **Application type**, choose **Web Application**.

   <figure><img src="/files/1q191Ao2nOQLVillmULg" alt=""><figcaption></figcaption></figure>
6. Click **Next**.

## Step 2: Configure the Application

1. **App Name**:\
   Enter a descriptive name such as `Mobb Okta Workspace`.
2. **Sign-in redirect URIs**:

   ```
   https://auth.mobb.ai/login/callback
   ```
3. **Sign-out redirect URIs**:

   ```
   https://app.mobb.ai/
   ```
4. **Assignments**:\
   Define which users or groups can access the app. You may assign all users or select specific groups.
5. Click **Save**.

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

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

## Step 3: Gathering the required Information to send to Mobb

In your Okta application, collect the following information:

* **Client ID**
* **Client Secret**
* **Okta Domain**\
  (e.g., `dev-123456.okta.com`)
* **Company Email Domain(s)**\
  (e.g., `@yourcompany.com`)

This information can be found in the application, underneath the **General** tab:

<figure><img src="/files/7xfF4I9WCUDSCeKjQ6aN" alt=""><figcaption></figcaption></figure>

## Step 4. Open a ticket with Mobb

Open a ticket at the [Mobb Support Portal](https://support.mobb.ai/hc/en-us/requests/new) with the subject:

> `Okta SSO Onboarding`

Please include the **Client ID**, **Client Secret**, **Okta Domain** and **Company Email Domains** collected earlier.

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

This information allows Mobb to link your Okta environment to your users' email addresses and route authentication requests correctly.

We will reach out to you to confirm once Okta is fully ready to go. Once confirmed, you can start [inviting users as described in the user management guide](/mobb-user-docs/administration/user-management.md#adding-users). \\


---

# 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.mobb.ai/mobb-user-docs/administration/single-sign-on-sso/connecting-okta-to-mobb.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.
