Hello! Looks like the Auth Demo UI application is running
However when I try to authenticate a UIN results to Capture Failed
Here is the log
16:35:06.766 [Thread-8] INFO io.mosip.mock.sbi.service.SBIWorker - Request data :: CAPTURE /capture HTTP/1.1Content-Length: 476Content-Type: application/json; charset=UTF-8Host: 127.0.0.1:4501Connection: Keep-AliveUser-Agent: Apache-HttpClient/4.5.5 (Java/11.0.14)Accept-Encoding: gzip,deflate{        “env”: “Staging”,       “purpose”: “Auth”,    “specVersion”: “0.9.5”,         “timeout”: “30000”,     “captureTime”: “2023-08-30T08:35:06Z”,          “domainUri”: “https://api-internal.dcsmosip.science.upd.edu.ph”,      “transactionId”: “1234567890”,          “bio”: [{               “type”: “Iris”,                 “count”: “1”,           “bioSubType”: [“UNKNOWN”],            “requestedScore”: “60”,                 “deviceId”: “2”,                “deviceSubId”: “1”,             “previousHash”: “”      }],     “customOpts”: [{              “name”: “name1”,                “value”: “value1”       }]  }
16:35:06.766 [Thread-8] INFO io.mosip.mock.sbi.service.SBIWorker - Method Name :: CAPTURE
16:35:06.772 [Thread-8] INFO io.mosip.mock.sbi.service.SBIWorker - Method Valid ::
16:35:06.781 [Thread-8] INFO io.mosip.mock.sbi.service.SBIServiceResponse - processCaptureInfo :: deviceId :: 2 :: deviceSubId ::1
16:35:07.567 [Thread-8] INFO io.mosip.mock.sbi.service.SBIWorker - Response data :: HTTP/1.1 200 OK
Access-Control-Allow-Headers:DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-PINGOTHER,Authorization
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: “OPTIONS, RCAPTURE, CAPTURE, MOSIPDINFO, MOSIPDISC, STREAM, GET, POST”
Access-Control-Allow-Credentials: true
CACHE-CONTROL:no-cache
Content-Length: 225
Content-Type: application/json
LOCATION: HTTP://127.0.0.1:4501/
Connection: close
{“biometrics”:[{“specVersion”:“”,“data”:“”,“hash”:“”,“sessionKey”:“”,“thumbprint”:“”,“error”:{“errorCode”:“805”,“errorInfo”:“Device is not connected or not Registered for the deviceId given in Auth Capture request object”}}]}