3.3 Initiate Logon Process

Initiates the logon process to the Self-Service Portal event with the LDAP Password and Fingerprint methods. 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":"LDAP_PASSWORD:1",
   "user_name":"denis",
    "event":"Authenticators Management",
   "endpoint_session_id":"PHWtR3mFb6jJxmyXiQ5TDAL9caJZepSW"
}

Sample Response

{
    "logon_hints": {
        "policy": {
            "cached_logon_offline_period": 60,
            "cached_logon": false,
            "sspr_enabled": false,
            "sspr_url": "",
            "sspr_caption": "",
            "disable_ldap_change": false,
            "save_password": true
        }
    },
    "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": "LDAP_PASSWORD:1",
    "completed_methods": [],
    "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": ""
}