2.6 Forward the Sign Response to Server

Sends the sign response with details of device, such as Signature data, client data, and key handle 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 Forward the Sign Response.

Sample Request

{
  "response": {
    "signResponse": 
    {
"signatureData":"AQAAAXwwRQIhALtnK0-DhFVyW3SqRtvNmdY4-nkNQSlj2znH59v5NrhgAiAwXGWmSG7J_Z4-2GM0OzUAYHc829uAm4cDGTAx3Wc7BA",
"clientData":"eyAiY2hhbGxlbmdlIjogIkxSSFB5ZWZhZEZGWGQ5YXJPTlJLMVZpWGJ1eUV6NTlFa3FvcXgweU1BeDAiLCAib3JpZ2luIjogImh0dHBzOlwvXC9kcmJpb210ZGV2YXAydi5hbHJhamhpLmJhbmsiLCAidHlwIjogIm5hdmlnYXRvci5pZC5nZXRBc3NlcnRpb24iIH0",
"keyHandle":"dzdh2h3JCUD-hJdZ8W-CR-SGtOmUikx01l1l3gCzxCloFTFNLdeVtCD4UpeEnswbcKp_OtQvUt0N2AeAH735pA"}
  },
  "endpoint_session_id": "M9VxO6CMEJfDCX8Efluu2mgqNCeHTwhZ"
}

Sample Response

{
"status": "OK",
    "msg": "Welcome",
    "linked_logon": false,
    "completed_template_id": "2786546914e1d25d156aef1fc099fb6e",
    "plugins": [
        "LdapRules"
    ],
    "login_session_id": "Z345oBnWuItOpubBsC2AaPBwAvzlIh4h",
    "completed_chain": {
        "id_hex": "1a1ddc6c5b7a11eeb8230242ac110003",
        "tenant_id": "def0def0def0def0def0def0def0def0",
        "is_trusted": null,
        "is_enabled": true,
        "name": "U2F only",
        "short_name": "",
        "methods": [
            "U2F:1"
        ],
        "position": 3,
        "apply_for_ep_owner": false,
        "image_name": "U2F_1.png",
        "required_chain_id_hex": null,
        "grace_period": null,
        "mfa_tags": [],
        "risk_level": "NONE"
    },
    "user_id": "b47156ea0c42a034223d0d1f13b591dc",
    "user_name": "JAGUAR\\denis",
    "repo_id": "51f5b2f636a211eeb4be0242ac110003",
    "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": "b0e4cfd05b8d11eeb8230242ac110003",
            "tenant_id": "def0def0def0def0def0def0def0def0",
            "is_trusted": null,
            "is_enabled": true,
            "name": "TOTP Only",
            "short_name": "",
            "methods": [
                "TOTP:1"
            ],
            "position": 1,
            "apply_for_ep_owner": false,
            "image_name": "TOTP_1.png",
            "required_chain_id_hex": null,
            "grace_period": null,
            "mfa_tags": [],
            "risk_level": "NONE"
        },
        {
            "id_hex": "1a1ddc6c5b7a11eeb8230242ac110003",
            "tenant_id": "def0def0def0def0def0def0def0def0",
            "is_trusted": null,
            "is_enabled": true,
            "name": "U2F only",
            "short_name": "",
            "methods": [
                "U2F:1"
            ],
            "position": 3,
            "apply_for_ep_owner": false,
            "image_name": "U2F_1.png",
            "required_chain_id_hex": null,
            "grace_period": null,
            "mfa_tags": [],
            "risk_level": "NONE"
        }
    ],
    "categories": null,
    "current_method": "U2F:1",
    "completed_methods": [
        "U2F:1"
    ],
    "logon_process_id": "qEDeBxofr8fFS2OXrMiM2eJKwAkQPVvq",
    "event_name": "Search Card",
    "event_type": "Generic",
    "event_all_categories": true,
    "event_data_id": "SEARCH CARD",
    "data_id": "SEARCH CARD",
    "category_id": "",
    "current_category_id": "",
    "risk_level": "NONE",
    "risk_score": null
}