2.3 Initiate Logon Process with the U2F Method

Initiates the logon process to the given event with the U2F method. The endpoint_session_id is required.

API Call

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

For more information, see Initiate Logon Process.

Sample Request

{
   "method_id":"U2F:1",
   "user_name":"denis",
   "event":"Search Card",
   "endpoint_session_id":"A9KKvy1mIcBC6Yx9DSm9iyjP4j4sZjJC"
}

Sample Response

{
"status": "MORE_DATA",
    "msg": "Process has been started",
    "linked_logon": false,
    "reason": "PROCESS_STARTED",
    "plugins": [],
    "msgid": "AUCORE-1008",
    "chains": [
        {
            "id_hex": "dc2b52a8b44911e98931005056a06a2a",
            "tenant_id": "def0def0def0def0def0def0def0def0",
            "is_trusted": null,
            "is_enabled": true,
            "name": "Auth Fingerprint",
            "short_name": "Fingerprint Auth",
            "methods": [
                "FINGER:1"
            ],
            "position": 0,
            "apply_for_ep_owner": false,
            "image_name": "FINGER_1.png",
            "required_chain_id_hex": null,
            "grace_period": null,
            "mfa_tags": [],
            "risk_level": "NONE"
        },
        {
            "id_hex": "88dba848897911eca8350242ac110003",
            "tenant_id": "def0def0def0def0def0def0def0def0",
            "is_trusted": null,
            "is_enabled": true,
            "name": "Auth FIDO2",
            "short_name": "",
            "methods": [
                "FIDO2:1"
            ],
            "position": 1,
            "apply_for_ep_owner": false,
            "image_name": "8562cfba13cc11edbe400242ac110003",
            "required_chain_id_hex": null,
            "grace_period": null,
            "mfa_tags": [],
            "risk_level": "NONE"
        },
        {
            "id_hex": "8a32dcc2212511edbe400242ac110003",
            "tenant_id": "def0def0def0def0def0def0def0def0",
            "is_trusted": null,
            "is_enabled": true,
            "name": "Auth U2F",
            "short_name": "",
            "methods": [
                "U2F:1"
            ],
            "position": 2,
            "apply_for_ep_owner": false,
            "image_name": "U2F_1.png",
            "required_chain_id_hex": null,
            "grace_period": null,
            "mfa_tags": [],
            "risk_level": "NONE"
        },
        {
            "id_hex": "49f09872e0b411ecaa4b0242ac110003",
            "tenant_id": "def0def0def0def0def0def0def0def0",
            "is_trusted": null,
            "is_enabled": true,
            "name": "Auth FIDO2 & U2F",
            "short_name": "",
            "methods": [
                "FIDO2:1",
                "U2F:1"
            ],
            "position": 3,
            "apply_for_ep_owner": false,
            "image_name": "9f9a133e13cc11edbe400242ac110003",
            "required_chain_id_hex": null,
            "grace_period": null,
            "mfa_tags": [],
            "risk_level": "NONE"
        }
    ],
    "categories": null,
    "current_method": "U2F:1",
    "completed_methods": [],
    "logon_process_id": "kGBKyKi3rwpxwkyVVzOOrTzodC6nLYeQ",
    "event_name": "NAAF API Testing",
    "event_type": "Generic",
    "event_all_categories": true,
    "event_data_id": "NAAF API TESTING",
    "data_id": "NAAF API TESTING",
    "category_id": "",
    "current_category_id": ""
}