How to ActivateActivate the ‘Device Verification’ option in the Additional Authentication & Meta Information tab of the Project Management > Policy and Authentication > Authentication Enhancement and Forgery Prevention menu.

Verification Items
Device Verification consists of 3 verification items. Each item analyzes device information to determine whether the device is a mobile device, and marks it as FAIL if determined to be a non-mobile device.| Verification Item | Target | Description |
|---|---|---|
| Browser check | User-Agent | Analyzes the browser’s UserAgent value and blocks the request if the accessing device is identified as a desktop PC or automation tool (bot). |
| Graphics check | WebGL Renderer | Detects the device’s GPU/graphics card through WebGL information and blocks the request if a desktop-only GPU or virtual environment is detected. |
| Screen check | Touch Points | Analyzes the device’s touchscreen support and blocks the request if the multitouch level falls below what is supported by mobile devices. |
Detection criteria are continuously updated, and specific detection logic is not disclosed for security reasons.
Verification Results List
When Device Verification is activated, you can view device verification results for each KYC access attempt in the list.
Viewable Information
| Item | Description |
|---|---|
| Submission Time (UTC+9) | Time of submission attempt |
| Submitter’s email | |
| Validation ID | Pre-verification common identifier |
| Type | Verification type (Device) |
| UA Device | Original UserAgent data |
| GPU Renderer | Original WebGL GPU Renderer data |
| Touch Pts | Original touch point value |
| UA Check | Browser check result (Pass/Fail) |
| Detected UA | Keyword detected by Browser check |
| WebGL Check | Graphics check result (Pass/Fail) |
| Detected WebGL | Keyword detected by Graphics check |
| Touch Check | Screen check result (Pass/Fail) |
| Detected TP | Touch point count detected by Screen check |
| Status | Overall verification result |
Verification Detail View
Click on each data entry in the list to display a detail modal for that verification record.
Basic Information
| Field | Description |
|---|---|
| Submission Time | Time when verification occurred |
| Submitter’s email | |
| Validation ID | Pre-verification common identifier |
| Submission ID | Linked submission ID (if available) |
| Type | Verification type (Device) |
Device Verification Status
You can check whether each verification item passed or failed.| Item | Description |
|---|---|
| UA Verification | Whether the device’s User-Agent string was verified |
| WebGL Verification | Whether the device’s WebGL renderer was verified |
| Touch Verification | Whether the device’s touch points were verified |
Device Detection Info
Blacklist keywords detected during actual verification.| Item | Description |
|---|---|
| Detected UA | Actual User-Agent keyword detected during UA verification |
| Detected WebGL | Actual renderer keyword detected during WebGL verification |
| Detected Touch Points | Actual touch point count detected during Touch verification |
Additional Info
Original data collected from the device.| Item | Description |
|---|---|
| UA Device | Full original UserAgent string |
| GPU Renderer | Original GPU Renderer string collected via WebGL |
| Touch Points | Original simultaneous touch point count |
Checking from Submission Detail View
In the user submission detail view, you can directly access the Device Verification result for that submission through the Pre-verification List dropdown.
Error Page on Block
When a FAIL occurs in Device Verification, the following error page is displayed to the user. Error Code:DE-20000

- Access from a mobile device
- Use the latest browser version
- Disable incognito mode/extensions (ad blockers, etc.) and retry
Verification Process Flow
Device Verification is executed immediately after the user clicks the Start button on the KYC liveform.Static Check execution
Three items — Browser check, Graphics check, and Screen check — are verified sequentially.
Related Documentation
VPN & Proxy
View VPN & Proxy detection results.
Authentication Enhancement and Forgery Prevention
Learn how to configure Device Verification option settings.
User Submissions
Manage submission list and view detailed information.
Error Codes and Pages
View the complete error code list.