> For the complete documentation index, see [llms.txt](https://docs.higiocloud.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.higiocloud.vn/management/1.-iam-portal/setup-passkey.md).

# Setup Passkey

## <mark style="color:green;">**Overview**</mark> <a href="#overview" id="overview"></a>

HIGIO supports tenant users setting the Passkey factor to log in IAM portal.

{% hint style="success" %}
Passkey 2 MFA simplifies secure login to the IAM portal. Users authenticate using biometrics or device PIN, with credentials stored securely on their device. This enhances both security and convenience.
{% endhint %}

Once Passkey is set, it will be the default factor when logging in.

## <mark style="color:green;">Procedure</mark>

Step 1: Log in to the HI GIO IAM portal with domain [https://iam.higiocloud.vn](https://iam.higiocloud.vn/)

•  Enter Organization Name then click **NEXT**

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

•  Enter user name /password SIGN IN

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

•  Login success

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

**Step 2. Setup Passkey**

• Go to the **User Profile** -> **Passkeys** -> **ADD NEW**

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

• It will open a new Passkey Registration page, click **REGISTER**, can verify with your **PIN**, **FaceID** or **Fingerprint**, then click **OK**.

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

• Successfully create Passkey

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

**Step 3. Log in with passkey.**

Go to the IAM portal [https://iam.higiocloud.vn](https://iam.higiocloud.vn/)  , input Organization Name and login.

After entering your Username/Password, you will be asked for the Passkey. Choose your verification method and then click **OK**.

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

• Successfully logged in.

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

**NOTE:** After registering, Passkey is required by default, but you can also use the TOTP option.

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

•  Choose **VERIFY WITH TOTP**

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

**Step 4. Delete Passkey.**

Log in to the IAM portal, go to the User Profile tab and choose **DELETE** under the Passkeys tab.

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

<figure><img src="/files/C5XOcf8nMZgjLuMofzOU" 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.higiocloud.vn/management/1.-iam-portal/setup-passkey.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.
