> For the complete documentation index, see [llms.txt](https://docs.harmony.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.harmony.io/sso-setup/scim-configuration/okta.md).

# Okta

{% hint style="info" %}
Prerequisite: Have a working SAML integration.
{% endhint %}

{% hint style="info" %}

### Features

* **Push Users:** Users in Okta that are assigned to the Harmony application in Okta are automatically added as members to your organization in Harmony.

* **Push Groups:** Groups and their members in Okta can be pushed to Harmony (as Harmony teams and team members).

* **Update User Attributes:** Changes made to a user's profile in Okta (such as name, email, or department) are automatically synced and updated in Harmony, keeping user data consistent across both platforms.

* **Deactivate Users:** When a user is deactivated or unassigned from the Harmony application in Okta, their account is automatically deactivated in Harmony, ensuring timely offboarding and access revocation.
  {% endhint %}

* Log in to Okta's admin dashboard.

* Select `Applications` > `Applications` in the left navigation panel.

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

* Select `Harmony` app.

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

* On the `Provisioning` Click `Configure API Integration` .

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

* Click `Enable API Integration` and enter the API Token you received from Harmony's team.

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

* Click `Edit` in the `Provisioning` tab.

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

* Select the actions that you want to provision and click `Save`.

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


---

# 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.harmony.io/sso-setup/scim-configuration/okta.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.
