Skip to content

Commit 0c9032a

Browse files
author
Jinyu Li
committed
more review feedback
1 parent e4d53f4 commit 0c9032a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/ai-services/computer-vision/liveness-detection-shared-responsibility.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ Azure liveness detection secures the connection in following ways:
3535

3636
A sophisticated attacker could alter or tamper with the client application, which could render the liveness result untrustworthy. Use different approaches depending on which platform your application uses:
3737

38-
#### [Mobile applications](#tab/mobile)
38+
#### [Mobile applications]
3939

4040
In both Android and iOS platforms, there are native and third-party solutions to check application integrity, such as [iOS App Attest](https://developer.apple.com/documentation/devicecheck/establishing-your-app-s-integrity), and [Android Play Integrity](https://developer.android.com/google/play/integrity). It's the application developer’s responsibility to incorporate the integrity check feature and respond promptly to potential hacks.
4141

4242
Azure liveness detection implements safeguards against untrustworthy runtime environments. The liveness detection SDK provides a digest of its liveness detection service calls, which can be passed to the application integrity APIs.
4343

44-
#### [Web applications](#tab/web)
44+
#### [Web applications]
4545

4646
Web applications run in the context of the browsers in which they're loaded. Modern browsers support robust application integrity checks. You are responsible for implementing the integrity checks of the web application that gets deployed to browsers. These responsibilities include, but aren't limited to:
4747

@@ -63,9 +63,9 @@ In both Android and iOS platforms, application integrity solutions (including th
6363
- Supply Chain Security for higher security baselines, which can ensure that the device is already managed and all its security policies are enforced from the point of manufacture.
6464

6565
These considerations are also applicable to Android and iOS platforms.
66-
Azure Face API supports Virtual Networks and private endpoints. <!---Refer to the guide. (where?) -->
66+
Azure Face API supports [Virtual Networks](/azure/virtual-network/) and [private endpoints](/azure/private-link/).
6767

68-
Customer who use a high security baseline can reference a Device Management solution such as Microsoft Defender for Endpoints.
68+
Customer who use a high security baseline can reference a Device Management solution such as [Microsoft Defender for Endpoints](/defender-endpoint/).
6969

7070
## Keep your solution up to date
7171

0 commit comments

Comments
 (0)