3.7 Forward the Fingerprint Image to Server

Sends the fingerpint image to the server to validate the details and authenticate users successfully.

API Call

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

For more information, see Fingerprint Logon.

Sample Request

{
  "endpoint_session_id": "PHWtR3mFb6jJxmyXiQ5TDAL9caJZepSW",
  "response": {
    "capture": {
      "ISO": "Rk1SACAyMAAAAAEsAAABAAC0AMUAxQEAAANaLQAPAEsvYwAXAGTQYwAcAF9HYwAlAC6QYwAlAEyvYwAmAH93YwAuADKQYwAwAGt3YwAxAFf3YwA0AKAQYwA3ADEHYwA5AEWAYwA+AKUQYwBBAIqHYwBIAKkQYwBQADVoYwBRAGSYYwBTACvoYwBVAKoYYwBeAI6YYwBfAKoYYwBhAGO3MgBiACHfYwBkACvYYwBqAKofYwB0AC/YYwB4AHWvYwB5AEZQYwB5AGE3YwB7ABjYYwB9AE/HYwCCABTYYwCMABlYYwCOAHG3YwCYAGo3YwCZAJMvYwCbACHQYwCbAEtHYwCmAEjHYwDKAJcvYwDKAKkvYwDOAGY3YwDWAFRAYwDXAFzAYwDrAHq3YwAA",
      "captureStatus": "OK"
    }
  }
}

Sample Response

{
    "score": 45,
    "status": "OK",
    "msg": "Welcome",
    "linked_logon": false,
    "reason": "",
    "plugins": [
        "LdapRules"
    ],
    "login_session_id": "F6NncwO3cXxgwoo6UWMfWKOQhfknhN4Z",
    "completed_chain": {
        "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"
    },
    "user_id": "a8e32d86c69871a507f45b2e64976138",
    "user_name": "JAGUAR\\denis",
    "repo_id": "f39e3790890411ee9c500242ac110003",
    "repo_obj_id": "71a63dbbd81e724cb26048bd8bb4c3e2",
    "user_mobile_phone": "+918746825777",
    "user_email": "denisthemennies@gmail.com",
    "user_name_netbios": "JAGUAR\\denis",
    "tenant_name": "TOP",
    "user_role_assignments": "FULL ADMINS",
    "user_cn": "denis",
    "user_sid": "S-1-5-21-1982020363-492839410-2784625695-2126",
    "user_sid_hex": "0105000000000005150000000b3b2376f221601d1f04faa54e080000",
    "user_upn": "denis@jaguar.com",
    "user_dn": "CN=denis,CN=Users,DC=jaguar,DC=com",
    "user_first_name": "denis",
    "msgid": "AUCORE-2001",
    "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",
        "FINGER: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": "",
    "risk_level": "NONE",
    "risk_score": null
}