# Configuring Okta SSO

### Step 1

Log in to Okta, select **Applications** in the left sidebar and click **Create App Integration**.

<div data-with-frame="true"><figure><img src="/files/mI6SuO2tbPPjqY8WGiz0" alt=""><figcaption></figcaption></figure></div>

### Step 2

Select **SAML 2.0** as the sign-in method.

<div data-with-frame="true"><figure><img src="/files/cPE5s1WWSoWobhIxzE23" alt=""><figcaption></figcaption></figure></div>

### Step 3

Name the app **Missive**, upload the [Missive logo](https://github.com/missive/docs-guides/blob/main/.gitbook/assets/features-missive-logo.png), and click **Next**.

<div data-with-frame="true"><figure><img src="/files/hP7g6pHfeMKAtoerxglY" alt=""><figcaption></figcaption></figure></div>

### Step 4

Logged in as an admin in Missive, open your **Organizations** settings, then the **SSO** tab, copy the required fields and paste them in Okta’s **SAML Settings** form as shown below.

<div data-with-frame="true"><figure><img src="/files/q2B5fYXKOkNsUPW7DVht" alt=""><figcaption></figcaption></figure></div>

### Step 5

Select the second option; it will skip over a satisfaction poll from Okta.

<div data-with-frame="true"><figure><img src="/files/cxKxUxF3Epi21374nhkI" alt=""><figcaption></figcaption></figure></div>

### Step 6

Click the **View Setup Instructions** button shown in the screenshot below.

<div data-with-frame="true"><figure><img src="/files/EsZIGq3FDG2pDkXsCKAu" alt=""><figcaption></figcaption></figure></div>

### Step 7

Copy the **Identity Provider Single Sign-On URL** and paste it into your Missive SSO settings in the **Entry point** field.\
\
Then, copy the **X.509 Certificate** and paste it into your Missive SSO settings in the **Signing certificate** field.

<div data-with-frame="true"><figure><img src="/files/msPS8k2svzfX0mXUpLWa" alt=""><figcaption></figcaption></figure></div>

### Step 8

Select **Applications** in the sidebar, click **Assign Users to App** and follow the instructions to add all users who should log in to Missive.

<div data-with-frame="true"><figure><img src="/files/ClZcouMFvmZ41KPMdsaS" alt=""><figcaption></figcaption></figure></div>

### Step 9

In your Missive SSO settings, enable Single Sign-On.


---

# 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://missiveapp.com/docs/administration/saml-and-sso/configuring-okta-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.
