Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FRA-799 Update to sharing failure reasons #590

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/fraud.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
Loading