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

LG-14988 Send additional attributes to AAMVA #11565

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Nov 26, 2024

  1. LG-14988 Send additional attributes to AAMVA

    We are planning on sending additional attributes that we read off of documents to AAMVA. This commit modifies the AAMVA client to do so. The new attributes are:
    
    - Middle name
    - Name suffix
    - Sex
    - Height
    - Weight
    - Eye color
    
    These attributes are only sent if they are available in the applicant. For most of the attributes we do not currently read them from the document so they will not be sent until we enable the feature to do so. The exception to this is middle name. For that reason a feature flag controls whether we send middle name.
    
    We will log whether these attributes are sent and whether they are validated. None of these attributes are "required attributes" so a user will still pass if they are absent or if they do not match.
    
    changelog: Internal, AAMVA DLDV, Send additional attributes to AAMVA
    jmhooper committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    cb55ebd View commit details
    Browse the repository at this point in the history
  2. test fixup

    jmhooper committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    258ca64 View commit details
    Browse the repository at this point in the history