Skip to content

Commit efbe1af

Browse files
author
Jinyu Li
committed
1st draft for quick link
1 parent 60beb4e commit efbe1af

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: "Face liveness quick link - Face"
3+
titleSuffix: Azure AI services
4+
description: This article explains the concept of Face liveness quick link, its usage flow, and related concepts.
5+
author: JinyuID
6+
manager: nitinme
7+
8+
ms.service: azure-ai-vision
9+
ms.subservice: azure-ai-face
10+
ms.custom:
11+
ms.topic: conceptual
12+
ms.date: 05/15/2025
13+
ms.author: pafarley
14+
feedback_help_link_url: https://learn.microsoft.com/answers/tags/156/azure-face
15+
---
16+
17+
# Face Liveness Quick Link (Preview)
18+
19+
This article explains the concept of Face liveness quick link, its usage flow, and related concepts.
20+
21+
## Introduction
22+
23+
Azure Liveness Quick Link is an optional integration path for [Face liveness detection](concept-face-liveness-detection.md). It exchanges a liveness session’s session-authorization-token for a single use URL that hosts the capture experience on an Azure operated page. After finishing the operation, the service returns to a developer supplied callback endpoint.
24+
Azure Liveness Quick Link provides multiple benefits to customers:
25+
- No need to embed the liveness client SDK. Easier integration in application side.
26+
- No need to keep track of liveness client SDK updates. Azure operated websites always use the latest and greatest version of liveness detection.
27+
28+
## How it works
29+
30+
You can utilize the liveness quick link website liveness.face.azure.com to turn a liveness session into a shareable, single use link:
31+
32+
:::image type="content" source="media/liveness/liveness-quick-link-diagram.png" alt-text="A diagram illustrates liveness quick link work flow":::
33+
34+
1. Start a session server side. Your backend asks Face API for a new liveness session and receives a short lived authorization token that represents that session.
35+
2. Swap the token for a link. Your backend sends the token to the Quick Link service, which creates a one time URL tied to the session.
36+
3. Send the link to the user. You can redirect the browser, show a button, or display a QR code—anything that gets the user to open the link on a camera enabled device.
37+
4. Azure hosts the capture. When the link opens, the Azure operated page guides the user through the liveness check sequence using the latest Liveness Web Client.
38+
5. Get the outcome callback. As soon as the check finishes—or if the user abandons or times out—Quick Link notify to your callback endpoint so your application can decide what happens next.
43 KB
Loading

0 commit comments

Comments
 (0)