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

Fix #539: Polish iProov provider #540

Merged
merged 5 commits into from
Nov 23, 2022
Merged

Conversation

banterCZ
Copy link
Member

  • Polish IProovRestApiService
  • Add ApproveConsentResponse#toString
  • Remove empty IProovPresenceCheckProvider#cleanupIdentityData
  • Log iProov token and userId

@banterCZ banterCZ requested a review from romanstrobl November 22, 2022 09:42
request.setUserId(userId);

logger.info("Calling /claim/verify/validate userId={}, token={}, {}", userId, token, id);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems insecure, but recommended by iProov, see https://docs.iproov.com/docs/Content/ImplementationGuide/api/api-logging.htm

Copy link
Member

@romanstrobl romanstrobl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest to switch iProov token logging to debug.

@banterCZ banterCZ merged commit caf2e9f into develop Nov 23, 2022
@banterCZ banterCZ deleted the issues/539-iProov-provider branch November 23, 2022 16:25
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

Successfully merging this pull request may close these issues.

2 participants