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

SCA passes even though iProov failed #389

Closed
banterCZ opened this issue Sep 23, 2022 · 1 comment
Closed

SCA passes even though iProov failed #389

banterCZ opened this issue Sep 23, 2022 · 1 comment
Assignees
Labels
bug Something isn't working onboarding Onboarding and user verification

Comments

@banterCZ
Copy link
Member

banterCZ commented Sep 23, 2022

2022-09-22 17:54:12.412  INFO 2974077 --- [   scheduling-1] c.w.a.o.i.service.PresenceCheckService   : Not accepted presence check, OwnerId(activationId=7deb987f-dc81-4e20-ab1c-152fd1b2939c, userId=mockuser_2222)
2022-09-22 17:54:12.412  INFO 2974077 --- [   scheduling-1] c.w.a.o.i.service.PresenceCheckService   : Switched to PRESENCE_CHECK/REJECTED; process ID: 2fc4a823-5e95-4618-9564-0f784862cb2e
2022-09-22 17:54:12.412  INFO 2974077 --- [   scheduling-1] c.w.a.o.i.service.PresenceCheckService   : Presence check rejected, OwnerId(activationId=7deb987f-dc81-4e20-ab1c-152fd1b2939c, userId=mockuser_2222), rejectReason:'null'
2022-09-22 17:54:12.412  INFO 2974077 --- [   scheduling-1] w.a.o.i.s.IdentityVerificationOtpService : Switched to OTP_VERIFICATION/OTP_VERIFICATION_PENDING; process ID: 2fc4a823-5e95-4618-9564-0f784862cb2e
2022-09-22 17:54:12.415  INFO 2974077 --- [   scheduling-1] c.w.a.o.mock.MockOnboardingProvider      : Send OTP code called, user ID: mockuser_2222, OTP code: 72459832, resend: false
2022-09-22 17:54:13.237  INFO 2974077 --- [io-8080-exec-16] i.g.s.p.a.s.s.v3.PowerAuthServiceImpl    : GetEciesDecryptorRequest received, application key: gfv6saZiwmtOAMk9iD1xyg==, activation ID: 7deb987f-dc81-4e20-ab1c-152>
2022-09-22 17:54:13.242  INFO 2974077 --- [io-8080-exec-16] i.g.s.p.a.s.s.v3.PowerAuthServiceImpl    : GetEciesDecryptorRequest succeeded
2022-09-22 17:54:13.247  INFO 2974077 --- [io-8080-exec-21] i.g.s.p.a.s.s.v3.PowerAuthServiceImpl    : ValidateTokenRequest received, token ID: d4e5782b-013d-4830-b2ae-c8e52c46d312
2022-09-22 17:54:13.248  INFO 2974077 --- [io-8080-exec-21] i.g.s.p.a.s.s.v3.PowerAuthServiceImpl    : ValidateTokenRequest succeeded
2022-09-22 17:54:13.254  INFO 2974077 --- [io-8080-exec-14] i.g.s.p.a.s.s.v3.PowerAuthServiceImpl    : ListActivationFlagsRequest received, activation ID: 7deb987f-dc81-4e20-ab1c-152fd1b2939c
2022-09-22 17:54:13.255  INFO 2974077 --- [io-8080-exec-14] i.g.s.p.a.s.s.v3.PowerAuthServiceImpl    : ListActivationFlagsRequest succeeded
2022-09-22 17:54:33.623  INFO 2974077 --- [io-8080-exec-22] i.g.s.p.a.s.s.v3.PowerAuthServiceImpl    : GetEciesDecryptorRequest received, application key: gfv6saZiwmtOAMk9iD1xyg==, activation ID: null
2022-09-22 17:54:33.626  INFO 2974077 --- [io-8080-exec-22] i.g.s.p.a.s.s.v3.PowerAuthServiceImpl    : GetEciesDecryptorRequest succeeded
2022-09-22 17:54:37.643  INFO 2974077 --- [io-8080-exec-15] i.g.s.p.a.s.s.v3.PowerAuthServiceImpl    : GetEciesDecryptorRequest received, application key: gfv6saZiwmtOAMk9iD1xyg==, activation ID: 7deb987f-dc81-4e20-ab1c-152>
2022-09-22 17:54:37.648  INFO 2974077 --- [io-8080-exec-15] i.g.s.p.a.s.s.v3.PowerAuthServiceImpl    : GetEciesDecryptorRequest succeeded
2022-09-22 17:54:37.671  INFO 2974077 --- [io-8080-exec-13] c.w.a.o.i.s.IdentityVerificationService  : Switched to COMPLETED/ACCEPTED; process ID: 2fc4a823-5e95-4618-9564-0f784862cb2e

Double-check changes in #315

@banterCZ banterCZ self-assigned this Sep 23, 2022
@banterCZ
Copy link
Member Author

Introduce a new state PRESENCE_CHECK/VERIFICATION_PENDING to guarantee the iProov validation after SKD verification. Transition to this state is triggered from a new endpoint called by the app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working onboarding Onboarding and user verification
Projects
None yet
Development

No branches or pull requests

1 participant