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

Configurable-challenge-for-Active-Authentication #227

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Premeide
Copy link

  • Add option for providing custom aaChallenge

@Premeide Premeide force-pushed the main branch 2 times, most recently from a0e6881 to de25144 Compare August 3, 2024 19:26
@AndyQ
Copy link
Owner

AndyQ commented Sep 24, 2024

Hi, Could you explain why this is useful and needed?

@Premeide
Copy link
Author

Hi, Could you explain why this is useful and needed?

As an extra security feature, our backend now provides a unique active authentication challenge for the NFC reader to sign. By using a custom AA challenge, we ensure that the challenge/response was specifically executed in the session and not replayed. The app then sends the NFCPassportModel.activeAuthenticationSignature to the backend, along with the rest of the chip data. This requires the NFCPassportReader to optionally accept a custom aaChallenge.

This challenge/signature verification ensures that the app user has actually scanned the passport to retrieve the data, preventing the use of stored passport data.

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