Skip to content

Commit 6120f25

Browse files
author
Jinyu Li
committed
fix arcolinx feedback
1 parent 9aba775 commit 6120f25

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/ai-services/computer-vision/concept-face-liveness-quick-link.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ This article explains the concept of Face liveness quick link, its usage flow, a
2020

2121
## Introduction
2222

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.
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. The service returns to a developer supplied callback endpoint after finishing the operation.
24+
2425
Azure Liveness Quick Link provides multiple benefits to customers:
2526
- No need to embed the liveness client SDK. Easier integration in application side.
2627
- No need to keep track of liveness client SDK updates. Azure operated websites always use the latest and greatest version of liveness detection.
@@ -120,7 +121,7 @@ An example response:
120121
"url": "/?s=60c3980c-d9f6-4b16-a7f5-f1f4ad2b506f"
121122
}
122123
```
123-
Simply compose the returned url after liveness quick link web site https:////liveness.face.azure.com/?s=60c3980c-d9f6-4b16-a7f5-f1f4ad2b506f
124+
Compose the returned url after liveness quick link web site https:////liveness.face.azure.com/?s=60c3980c-d9f6-4b16-a7f5-f1f4ad2b506f
124125

125126
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.
126127
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.

0 commit comments

Comments
 (0)