From 4e2a2f3a2529dbab360adb3706285899eb095d91 Mon Sep 17 00:00:00 2001 From: david-goodfellow Date: Wed, 22 Jan 2025 15:07:31 -0500 Subject: [PATCH] FRA-799 Update to sharing failure reasons --- docs/fraud.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/fraud.mdx b/docs/fraud.mdx index bdcc3fc9b..7a06876a5 100644 --- a/docs/fraud.mdx +++ b/docs/fraud.mdx @@ -580,9 +580,9 @@ If `passed == false`, responses include an array of more detailed [failure reaso - **`fraud_jumped_exceeded_speed_threshold`**: The user moved too far too fast (e.g., "jumped" across the country in a few seconds), either for a single device or across devices shared by a single `userId`, indicating impossible travel (all platforms). - **`fraud_inaccurate_exceeded_accuracy_threshold`**: The user's location accuracy reported by the device is too low and exceeds a specified threshold (all platforms). - **`fraud_sharing_known_screen_sharing_app`**: The user's device is running a known screen sharing or remote desktop app (macOS and Windows only). -- **`fraud_sharing_multiple_displays`**: The user's Android device has multiple displays, indicating possible screen sharing (Android only). +- **`fraud_sharing_multiple_displays`**: The user's Android device has multiple displays, indicating possible screen sharing (Android only). Disabled by default. - **`fraud_sharing_virtual_input_device`**: The user's Android device has a virtual input device, indicating possible screen sharing (Android only). -- **`fraud_sharing_suspicious_touches`**: The user's Android device had suspicious touches, indicating possible screen sharing (Android only). +- **`fraud_sharing_play_integrity_api`**: The user's Android device failed [Play Integrity API](#play-integrity-api) screen sharing checks (Android only). - **`fraud_proxy_known_proxy_ip`**: The user's IP address is a known proxy or VPN (all platforms). - **`fraud_proxy_network_configuration`**: The user's network configuration indicates the use of a proxy or VPN (macOS and Windows only).