3.5 Initiate the Fingerprint Authentication

To initiate the Fingerprint authentication. The endpoint_session_id is required. Ensure the fingerprint device is plugged to the system before executing this call.

API Call

POST https://{{hostname}}/api/v1/logon/{{logon_process_id}}/next

Sample Request

{
   "method_id":"FINGER:1",
   "endpoint_session_id":"PHWtR3mFb6jJxmyXiQ5TDAL9caJZepSW"
}

Sample Response

{
    "logon_hints": {},
    "status": "MORE_DATA",
    "msg": "Process has been started",
    "linked_logon": false,
    "reason": "PROCESS_STARTED",
    "plugins": [],
    "msgid": "AUCORE-1008",
    "chains": [
        {
            "id_hex": "5a6cd33c8db511ee9c500242ac110003",
            "tenant_id": "def0def0def0def0def0def0def0def0",
            "is_trusted": null,
            "is_enabled": true,
            "name": "LDAP + Fingerprint",
            "short_name": "",
            "methods": [
                "LDAP_PASSWORD:1",
                "FINGER:1"
            ],
            "position": 1,
            "apply_for_ep_owner": false,
            "image_name": "default",
            "required_chain_id_hex": null,
            "grace_period": null,
            "mfa_tags": [],
            "risk_level": "NONE"
        }
    ],
    "categories": null,
    "current_method": "FINGER:1",
    "completed_methods": [
        "LDAP_PASSWORD:1"
    ],
    "logon_process_id": "htP5QVP8hR2YGiO1RIIwNT4I4bmHj9HE",
    "event_name": "Authenticators Management",
    "event_type": "Generic",
    "event_all_categories": true,
    "event_data_id": "AUTHENTICATORS MANAGEMENT",
    "data_id": "AUTHENTICATORS MANAGEMENT",
    "category_id": "",
    "current_category_id": ""
}