> For the complete documentation index, see [llms.txt](https://enterprise.hideez.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enterprise.hideez.com/hideez-server-integration/saml-integration/okta.md).

# Okta

## **Setting Up Okta**

**1. Sign in to Okta Admin Console**

Log in to your **Okta Admin Console**.

<figure><img src="/files/3TBtg5UP6zXpgJzc77ek" alt="" width="563"><figcaption></figcaption></figure>

**2. Navigate to Identity Providers**

In the left navigation panel, go to **Security → Identity Providers**.

**3. Add an Identity Provider**

* Open the **Identity Providers** tab.
* Click **Add Identity Provider**.

<figure><img src="/files/ddY3M7Oe8KfqPemL3Y9l" alt="" width="563"><figcaption></figcaption></figure>

* Ensure that the **Select an Identity Provider** list includes **"SAML 2.0 IdP"**.

<figure><img src="/files/rGH6LAfhYvgaRqd9kyyN" alt="" width="563"><figcaption></figcaption></figure>

**4. Configure SAML 2.0 IdP**

Set up the required parameters for **SAML 2.0 IdP**.

<figure><img src="/files/ibslOvcZ7WKmdIDQ60An" alt="" width="563"><figcaption></figcaption></figure>

**5. Sign in to Hideez Enterprise Server and navigate to Settings→Parameter**s

<figure><img src="/files/yOeQsYVql7dMaMILPqgx" alt="" width="563"><figcaption></figcaption></figure>

**8. Enter the necessary Identity  Provider (IdP) configuration details.**&#x20;

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

**7. Create a New SAML Integration**

* Click the **Add Service Provider** button.

<figure><img src="/files/OauL2bzx4TgmT3AWkNYg" alt="" width="563"><figcaption></figcaption></figure>

**8. Enter the required Service Provider (SP) configuration details:**

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

* **Name**: Okta
* **Issuer / SP Entity ID**: `https://www.okta.com/saml2/service-provider/+id from Okta`
* **Assertion Consumer Service (ACS) URL**: Your OKTA tenant’s address (e.g., `https://dev-48458662.okta.com/sso/saml2/+id from Okta`)
* Click **Add**.

## **Set Up Routing Rules**

**1. Navigate to Routing Rules**

* Go to the **Routing Rules** tab.
* Click **Add Rule**.

<figure><img src="/files/zvczyCsfBRB5zRP8MdnL" alt="" width="563"><figcaption></figcaption></figure>

**2. Define the Rule Conditions**

* Configure the required conditions for authentication.

<figure><img src="/files/yvvY0y8W5Rr9x235vn5P" alt="" width="541"><figcaption></figcaption></figure>

* Click **Create Rule**.
* Activate the rule.

<div><figure><img src="/files/FAs7k8h44Zv1qCB0LG9g" alt=""><figcaption></figcaption></figure> <figure><img src="/files/b2lKG6woFli9pfLi6ykX" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}

#### **Notice**

Next time you sign in to **Okta**, you will be automatically redirected to **Hideez Enterprise Server** as the **Identity Provider (IdP)**. After successfully signing in to **Hideez Enterprise Server**, you will be redirected back to **Okta**, completing the authentication process.
{% 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, and the optional `goal` query parameter:

```
GET https://enterprise.hideez.com/hideez-server-integration/saml-integration/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.
