Skip to content

Commit 94b2a33

Browse files
author
Jinyu Li
committed
fix format issue, refine the link to virtual networks
1 parent 0c9032a commit 94b2a33

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 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]
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]
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,7 +63,8 @@ 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](/azure/virtual-network/) and [private endpoints](/azure/private-link/).
66+
67+
Azure Face API supports Virtual Networks and private endpoints. Refer to the [guide](../cognitive-services-virtual-networks.md).
6768

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

@@ -85,7 +86,7 @@ Facial recognition technology, when used for access authorization, can be a targ
8586
Azure provides the following mechanisms for monitoring liveness detection sessions:
8687
- Monitoring traffic across multiple sessions on same correlation ID; respond when suspicious activity is monitored.
8788
- API support for auditing to download liveness images during the liveness session lifespan.
88-
- Azure keeps sufficient logs to further prevent repudiation attacks.
89+
- Azure keeps sufficient logs to further prevent [repudiation attacks](/azure/security/develop/threat-modeling-tool-threats).
8990

9091
## Report abuse
9192

0 commit comments

Comments
 (0)