# Set-up SCIM for OKTA

### **Pre-requisites**

* Admin access to FenixPyre admin dashboard
* SAML SSO is already setup on FenixPyre dashboard
* Admin access to  Okta portal

**Note**- During set up, your identity provider will ask for an API token created through the OAuth 2.0 flow.

### Configuration

Follow these steps to configure SCIM in your FenixPyre dashboard and ensure seamless user management:

* Sign-in to FenixPyre dashboard: [https://admin.anchormydata.com](https://admin.anchormydata.com/)
* Open **Settings** -> **Security** -> **Identity & Provisioning** -> **SCIM** tab.
* FenixPyre's SCIM is powered by [WorkOS](https://workos.com/). Click on **Setup SCIM** button to redirect to WorkOS setup page.

<figure><img src="/files/1bFjZvhWb8JNbjWcKO3m" alt=""><figcaption></figcaption></figure>

* On the WorkOS setup page, select **Okta**.

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

Note

Do not follow the steps in **Configure Directory Sync** page as it is a outdated. Please follow the steps in this page.

* Sign-in to your Okta admin portal and open the SAML SSO application you created as part of [Okta SAML SSO setup](https://docs.anchormydata.com/fenixpyre/docs/getting-started-okta-sso).

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

* In the **General** tab **Edit** the App Settings
* In the **Provisioning** section select **SCIM** and click on **Save**.

<figure><img src="/files/4XwXjbxlZfI2ViLOho8Z" alt=""><figcaption></figcaption></figure>

* A new Tab should be visible by the name of “Provisioning”

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

* Navigate back to **FenixPyre Dashboard**
* Copy the Endpoint and bearer token value from the FenixPyre dashboard.

<figure><img src="/files/6JhtnnyWKJvvFgCCvRtQ" alt=""><figcaption></figcaption></figure>

* In the Okta Admin portal, navigate to Provisioning -> Integrations.
* Paste the copied endpoint value into the **SCIM Connector Base URL** textbox

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

* Paste the copied bearer token value into the **Authorization** textbox.
* Select the below checkboxes in Supported provisining actions column
* Import New Users and Profile Updates
* Push New Users
* Push Profile Updates
* Push Groups

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

### Test the connector configurations

* Click on Test Connector Configuration.
* If everything is working properly, you should see a success screen confirming the configuration is correct.
* Save the changes

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

* Edit the app and enable below options in the Provisionining tab and save the changes again

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

* Return to the FenixPyre Dashboard and click on "**Continue to Next Step**".

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

* In the "**Assign People and Groups to Okta Application**" tab, click on "Continue to Next Step" again.

<figure><img src="/files/8pt4sbwQo3PgpTJRfxcs" alt=""><figcaption></figcaption></figure>

* In the "**Push Groups**" tab, click on "Continue to Next Step" again.

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

* In the "**Test directory connection"** tab , test the connection and make sure you get a success message
* Navigate back to FenixPyre Dashboard and verify that you have Okta configured successfully with **Active** status as below

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


---

# 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.fenixpyre.com/fenixpyre-for-admins/admin-dashboard/identity-and-provisioning/scim/set-up-scim-for-okta.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.
