Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

콜백 함수 response 객체에 본인 인증에 대한 추가 정보 요청 #187

Open
idkwiwtk opened this issue Dec 2, 2022 · 0 comments

Comments

@idkwiwtk
Copy link

idkwiwtk commented Dec 2, 2022

앱 QA를 진행하면서 발견한 현상입니다.

  1. 앱에서 A라는 사람의 이름과 휴대폰 정보를 입력받아서 아임포트 본인인증 모듈로 전달합니다.
  2. 아임포트 본인 인증 모듈에서 B라는 사람의 이름과 휴대폰 정보를 입력하고 PASS 앱을 통해 인증을 합니다.
  3. PASS 앱에서는 B라는 사람으로 본인 인증을 했지만 실제 앱에서 사용하고 있는 정보는 A라는 사람입니다.

이부분을 보완하기 위해 인증 절차가 끝나고 콜백함수의 파라메터에 지금은 아래 속성만 전달하고 있는데 해당 속성만으로는 앱에서 A라는 사람으로 본인 인증을 했는지 검증이 어렵습니다.

success | 성공 여부
imp_uid | 아임포트 번호
merchant_uid | 주문번호
error_msg | 실패한 경우, 에러메시지

따라서 제 생각으로는 콜백함수의 파라메터에 이름, 전화번호와 같은 정보를 추가로 전달했으면 좋겠습니다.
혹은 다른 방법이 있나요?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant