3.4 Verify First Factor Authenticator - LDAP Password

Initiates the logon process to the given event with the LDAP Password method. The endpoint_session_id is required. User is expected to specify the password to succeed this method.

API Call

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

For more information, see LDAP Password Logon.

Sample Request

{
   "response":{
      "answer":"novell"
   },
   "endpoint_session_id":"PHWtR3mFb6jJxmyXiQ5TDAL9caJZepSW"
}

Sample Response

{
    "status": "NEXT",
    "msg": "Welcome. Continue with the next login method",
    "linked_logon": false,
    "plugins": [
        "LdapRules"
    ],
    "user_id": "a8e32d86c69871a507f45b2e64976138",
    "user_name": "JAGUAR\\denis",
    "repo_id": "f39e3790890411ee9c500242ac110003",
    "repo_obj_id": "71a63dbbd81e724cb26048bd8bb4c3e2",
    "user_mobile_phone": "+918746825777",
    "user_email": "dennisthemenace@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-1091",
    "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": [
        "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": ""
}