> 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/open-id-connect-integration/okta-oidc.md).

# OKTA (OIdC)

Hideez, an enterprise identity provider, has partnered with Okta, a front-runner in secure passwordless authentication, as an OIDC Client. This collaboration aims to provide a seamless and efficient login experience, removing the necessity for passwords and shared secrets. The integration of Okta + Hideez is designed to address both workforce and consumer authentication needs.

## Setting Up Okta

1. Sign in to your **Okta Admin Console**.
2. In the left navigation, select Identity Providers from the Security menu.
3. Go to the **Identity Providers** tab, click **Add Identity Provider**, and confirm that the Select an Identity Provider list includes "**OpenID Connect IdP**”
4. Configure **OpenID Connect IdP**

<figure><img src="https://lh7-us.googleusercontent.com/x_8O7tLrMgW7kyyalgSqh3oURbKSxhSeOeWdKtyPMOTFdFHdQoMYmvt_rtJP7c10Ew1vvRqvt77irujYM-7hsUdTv0Zv6sZagc5W_djQuR97EX2lOuiWpG8SZ_ZB7-UI6zI7qxeCO2HNTCzApZFp3mk" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="https://lh7-us.googleusercontent.com/dp4PKuS1MlACThWoz_ZM9Hz9aAvDmhGuLmiURzJx8D45KHve3wwp84mjnaCukIySLVtOhTqo9_2K2UNCMXfWYuHkzjMHEn3rNqGIoNdLIZQzgHh1V7Yuov0TuOskplhbIz33TswAM6TBHrvzUuvaNl8" alt="" width="563"><figcaption></figcaption></figure>

#### Fill Endpoints tab. For example, your Hideez Server is named *publicdemo.hideez.com*. &#x20;

<figure><img src="https://lh7-us.googleusercontent.com/A-vQHT42E3qtzAFYZWwaAh5SXVyEIhPdwrIsnosEVr3kBeSFr5m_d_f02rtpXaA6VIdqvEL4OedI57L7Vr6xnOmUjeMVp7vAmMdk9mCVE_b32jFJiaAFg2k-w5yzQrVTxI9T980nF5XNEWfqRQzNfwI" alt="" width="563"><figcaption></figcaption></figure>

* issuer: `https://publicdemo.hideez.com/`
* &#x20;authorization\_endpoint: `https://publicdemo.hideez.com/connect/authorize`
* &#x20;token\_endpoint: `https://publicdemo.hideez.com/connect/token`
* &#x20;end\_session\_endpoint: `https://publicdemo.hideez.com/connect/logout`
* &#x20;revocation\_endpoint: `https://publicdemo.hideez.com/connect/revoke`
* &#x20;userinfo\_endpoint: `https://publicdemo.hideez.com/connect/userinfo`
* &#x20;jwks\_uri:`https://publicdemo.hideez.com/.well-known/jwks`

<figure><img src="https://lh7-us.googleusercontent.com/OkR7N7scZDYX49LPIDfhDX3UMi89_6K6UkisyqmWm1gn9WYnpH2Mkatq6T7zzLb8Zrb8KVwguXOaX7Rnpp4SpXjRLimDerph4Gp1WSECD3Yj2_OopfkqTJpJz2q-oTZgDU9Z8j8DhwFcXNbXBwYG_YA" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="https://lh7-us.googleusercontent.com/4uEJ5STeUBTxRRkLXlg8D2NH5XPbKsOYkLIAUMUWr9jS8s5ue-x3p5gE0p8jnsOGKuXDdbI3xqdBbr3ZarVUXA0pJMeIXKsDjCOAHLfOgPKvfEWlPmLBVdeATgVgKN3xk3xV9-BRsAIQtnZBKHAcTyQ" alt="" width="563"><figcaption></figcaption></figure>

5. Finish
6. Go to the **Routing rules** tab
7. Click **Create rule**

<figure><img src="https://lh7-us.googleusercontent.com/lQBw-qvnDWI14RPbvt-ez7M_uOZkwu6t1HJ1R4PEIg4PVp1xdveDmUgx3BcOeXdCE0LEPoe_RdBHo8nl-e5VcThTZOo4QtfyIqWX_aomfIv5Qc63QHBTNj_baL69G0h7_1Q3ydXowMYbc3K_V7nQelg" alt="" width="563"><figcaption></figcaption></figure>

## Setting Up Hideez Enterprise Server

1. Sign in to your Hideez Enterprise Server as Admin.
2. In the left navigation, navigate to **Setting → Parameters.**
3. Go to section **OIDC**
4. Click the **Add OIDC Client** button
5. Configure **OpenID Connect SP**

<figure><img src="https://lh7-us.googleusercontent.com/WD5E20gRrxMm8f6g9m9t2uQoWXzCz4lt7wvZA6jWh9CvA0zjpPO5MSsnN3DiLHgPJF3GOr1EKi7maeqqyHV018DvsGLkA5ouX3CxURnpM2osuX8EMnLhOm2h5kZM-EdWZGpfFzWZh18EptpCAlQYIKk" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
The integration of Hideez with Okta addresses the following challenges:

1. **Enhanced Login Experience**: By combining Hideez with Okta, users can enjoy a rapid and secure login process without the need for passwords, across both web and applications.
2. **Streamlined Employee Authentication**: Employees have the convenience of registering their mobile devices once, thereafter accessing web and mobile apps, as well as Windows, MacOS, and VDI workstations, without the hassle of passwords.
3. **Customer Authentication Simplification**: Customers using Okta-protected apps can be guided to register their mobile devices within the app, enabling subsequent passwordless authentication for seamless access.
4. **Customizable Authentication Factors**: Enterprises have the flexibility to customize authentication factors, such as biometrics, either globally or optionally at the app level and even for specific transactions. This customization allows for tailored security measures based on individual needs and use cases.
   {% endhint %}

<br>


---

# 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/open-id-connect-integration/okta-oidc.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.
