idpass / inji

MIT License
1 stars 2 forks source link

Check user presence when sharing a VC #187

Open pmigueld opened 2 years ago

pmigueld commented 2 years ago

Problem statement:

A resident should be able to use their phone and prove their presence using the mobile app (selfie-based auth)

Prerequisite:

Proposed solution:

Process flow:

image

Note:

For this story, we will use a mock SDK to do the match. The mock SDK should be able to simulate both successful and failure match scenarios so that the app behavior for both can be tested.

Real SDK integration will be done in the next phase of work as part of https://mosip.atlassian.net/browse/MOSIP-20613 - Request access

Open questions


Reference: MOSIP-21453

pmigueld commented 2 years ago

@kneckinator I believe this should be part of milestone 0.4.0 as per the fourth deliverable:

  • Face authentication against the credential from the user device
  • User interface flow to perform the photo capture and validation
  • Integrate with face-matching API

https://github.com/orgs/idpass/projects/3#card-78826929

jannahadlaon commented 2 years ago

Tested on: QA4 - 0.4.0 (9.0) -iOS QA4_io.mosip.residentapp-0.4.0-rc3-17-5f7c994-develop-temp-newlogic_20220930_1758

Resident app build version: v0.4.0 (9.0) - iOS v0.4.0 R3-17-5f7c994 (android)

MOSIP server: QA4

Devices: Samsung Galaxy A23 Samsung Galaxy A20s iPhone SE iPhone 11

IMPORTANT NOTES:

@pmigueld @kyanthony

WORKS AS EXPECTED, CONSIDERING CURRENT LIMITATIONS DUE TO MOCK SDK