> 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/quick-start-guides/guide-for-hideez-enterprise-server-on-cloud/mobile-app.md).

# Mobile app

### 1. Sign in to your Hideez server using your email and password

<figure><img src="/files/MV4ZFKoUhrrFAlvvbnRP" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="info" %}
**Note**: If you see the message “Your web application is running and waiting for your content,” the server is not ready yet. The process may take from 5 to 10 minutes. Once the server is ready, you will receive an email confirmation.
{% endhint %}

### **2. Install the Hideez Authenticator app:**

* In the user profile, go to “Add Hideez Authenticator.”

<div><figure><img src="/files/LZyrQD0rQRBiJgB2GTA4" alt=""><figcaption></figcaption></figure> <figure><img src="/files/VXBdbz6qpJMPN55BQp3F" alt=""><figcaption></figcaption></figure></div>

* Select your operating system (Android or iOS), scan the QR code, and proceed to download and install the application.
* Follow the on-screen steps within the mobile app to complete the setup.

<div><figure><img src="/files/QxHx2o6mojTXq18Qks7y" alt="" width="148"><figcaption></figcaption></figure> <figure><img src="/files/ZmXHo6OAQRybTGknC90F" alt="" width="148"><figcaption></figcaption></figure> <figure><img src="/files/kPkjNTgy7RvZU0jxdPnd" alt="" width="148"><figcaption></figcaption></figure></div>

### 3. Configure Passwordless SSO

Hideez Server allows you to enable passwordless Single Sign-On (SSO) based on the SAML and OpenID Connect (OIDC) protocols. These protocols are employed to verify a user’s identity when an employee tries to access web or mobile applications.&#x20;

To configure the Hideez Server as an Identity Provider for passwordless SSO, go to Settings → Parameters, and proceed with [**SAML**](/hideez-enterprise-server/configuring-saml-protocol.md) or [**OIDC**](/hideez-enterprise-server/configuration-oidc-openid-connect.md) configuration as described in our user guide.

### 4. Configure computer login with Hideez Client

* Download [**.exe**](/product-updates/hideez-client-updates.md)  or **.msi** ([**x86**](https://update.hideez.com/update/hideezclient/x86/clientsetup.msi), [**x64**](https://update.hideez.com/update/hideezclient/x64/clientsetup.msi)) and install the Hideez Client on the computer.
* Select the Enterprise version of the program.
* Set your server address in the Hideez Client.&#x20;
* Select integration only with the mobile app.&#x20;

{% hint style="info" %}
**The address of your server is specified on your** [**Hideez portal**](https://portal.hideez.com/) **or your Server**
{% endhint %}

<div><figure><img src="/files/ggPyfgmviBUPiDQB2Eif" alt=""><figcaption></figcaption></figure> <figure><img src="/files/uc7pMI2MUr6oDOOvkU4h" alt=""><figcaption></figcaption></figure></div>

* After installing the program on your computer, your workstation will appear in the list for confirmation on the dashboard of your server

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

* Go to the section **Workstation** on your server, select Workstation, and click **Approve**

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

* Within the Hideez Client, select “Mobile Authenticator” as the chosen authentication method.

<figure><img src="/files/vbjlIuEG6HMC6mg9j2f0" alt="" width="375"><figcaption></figcaption></figure>

* Follow the provided steps to complete the configuration for computer login.

{% hint style="warning" %}
**Please note, that for Passwordless PC Authorization Administrator has to configure:**

* [**Configuring an Active Directory Certification Authority**](broken://pages/vX96OUUdft00v3EkCowf)
* [**HES setup for passwordless login**](broken://pages/cqkUyy88MNkg6sFwrhOc)
  {% endhint %}

### **5. Add New Users:**

New users can be added through:

* [**Active Directory (On-Premises, Azure Ad)** ](/hideez-server-integration/microsoft-entra-id/import.md)
* [**Manually**](/hideez-enterprise-server/employees/how-to-add-an-employee.md)

Upon receiving an email, users can configure their preferred login methods, such as a mobile application or passkeys.&#x20;

<div><figure><img src="/files/G1U3Q4J3ddOLBpNwI8NP" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/VClRm4iUcQwAtK8yhvLg" alt="" width="261"><figcaption></figcaption></figure> <figure><img src="/files/xe8aivxlIDcKQWREjVtB" alt="" width="148"><figcaption></figcaption></figure></div>

{% hint style="warning" %}
Please note that in the trial version of the server, you can use a **maximum of 15 users**.
{% endhint %}

Additionally, the Hideez Server assumes that passwordless authentication can be employed alongside other methods

* [**Passkeys** ](/quick-start-guides/guide-for-hideez-enterprise-server-on-cloud/passkeys.md)allow Passwordless SSO authentication&#x20;
* [**Hardware keys**](/quick-start-guides/guide-for-hideez-enterprise-server-on-cloud/hideez-key.md) allow Passwordless SSO, PC logon & logoff, password-based authentication


---

# 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/quick-start-guides/guide-for-hideez-enterprise-server-on-cloud/mobile-app.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.
