Developer Programs

Learn

Docs

110030 Event Samples

Events by Publisher > Banno > 110030-Authentication > 110030 Event Samples
Information
The schema found on this page references only the Banno JSON payload that is embedded within the Banno EES event notifications. To see a full XML sample of the payload delivered by EES along with other elements provided within the EESEventInfoArray, please reference the EES FAQ.

Login with PIN or biometrics

A user successfully logged in using their PIN or biometrics.

PIN method

{
 "change": {
     "activityTime": "2023-10-13T21:23:50.219Z",
     "application": "apps-authentication",
     "method": "pin",
     "name": "AppUnlocked",
     "statusReason": "Passcode",
     "unlockedBy": {
         "deviceInfo": {
             "appVersion": "NIGHTLY-20231013",
             "brand": "samsung",
             "deviceId": "21b7336cae3e5106",
             "model": "SM-G975U",
             "os": "Android",
             "osVersion": "12"
         },
         "fullName": "GRAY SCALE",
         "personId": "4bb0b4c3-1dee-4d17-b256-269cb00812e5",
         "personIp": "99.101.249.299"
     },
     "userAgent": "jhy46gfuyHBfdkty (Android samsung/beyond2qltesq/beyond2q:12/SP1A.210812.016/G975USQU9IWG2:user/release-keys)",
     "userName": "grayscale"
 },
 "date": "2023-10-13T21:23:50.227Z",
 "eventId": "72710a17-2c24-4e9b-88ce-060ee97fab02",
 "institutionId": "a3badfa6-00eb-4b0f-9881-d9c6ba95ca8b"
}

Biometric method

{
 "change": {
     "activityTime": "2023-10-13T21:20:44.485Z",
     "application": "apps-authentication",
     "method": "fingerprint",
     "name": "AppUnlocked",
     "statusReason": "FingerprintID",
     "unlockedBy": {
         "deviceInfo": {
             "appVersion": "NIGHTLY-20231013",
             "brand": "samsung",
             "deviceId": "21b7336cae3e5106",
             "model": "SM-G975U",
             "os": "Android",
             "osVersion": "12"
         },
         "fullName": "GRAY SCALE",
         "personId": "4bb0b4c3-1dee-4d17-b256-269cb00812e5",
         "personIp": "99.101.249.299"
     },
     "userAgent": " jhy46gfuyHBfdkty (Android samsung/beyond2qltesq/beyond2q:12/SP1A.210812.016/G975USQU9IWG2:user/release-keys)",
     "userName": "grayscale"
 },
 "date": "2023-10-13T21:20:44.532Z",
 "eventId": "96f3434a-fc7b-4782-af13-f209636f7220",
 "institutionId": "a3badfa6-00eb-4b0f-9881-d9c6ba95ca8b"
}

Login with Passkey

A user successfully logged in using their device passkey.

    {
     "change": {
         "affectedPerson": {
             "deviceInfo": {
                 "appVersion": "2.1580.0",
                 "brand": "Apple",
                 "browser": "Google Chrome",
                 "browserEngine": "Blink",
                 "browserEngineVersion": "117.0.5938.149",
                 "browserVersion": "117.0.5938.149",
                 "deviceId": "online-d2d8b68e-cd87-4db6-800a-348614579bae",
                 "model": "Macintosh",
                 "os": "macOS",
                 "osVersion": "13.6.0"
             },
             "fullName": "GRAY SCALE",
             "personId": "4bb0b4c3-1dee-4d17-b256-269cb00812e5",
             "personIp": "99.200.60.9"
         },
         "application": "apps-authentication",
         "challengeType": "webauthn",
         "loginStatus": "Success",
         "name": "AppAuthenticationAttempted",
         "success": true,
         "userName": "grayscale"
     },
     "date": "2023-10-13T21:28:56.570Z",
     "eventId": "61e2fe6f-f561-4709-b1f0-1ec5692e0e3a",
     "institutionId": "a3badfa6-00eb-4b0f-9881-d9c6ba95ca8b"
    }

Have a Question?

Did this page help you?

Last updated Mon May 13 2024