Skip to content

Commit

Permalink
Revert AAMVA supported states (#6470)
Browse files Browse the repository at this point in the history
* Revert AAMVA supported states

**Why**: There was a misunderstanding about support coverage, which is in-fact unchanged.

This keeps the config-based implementation introduced in #6444, while reverting the list of states to its original values.

* Add changelog

[skip changelog]

* Add Hawaii to supported AAMVA states
  • Loading branch information
aduth committed Jun 7, 2022
1 parent 29dbf38 commit 172391d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.yml.default
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ aamva_auth_request_timeout: 5.0
aamva_auth_url: 'https://example.org:12345/auth/url'
aamva_cert_enabled: true
aamva_sp_banlist_issuers: '[]'
aamva_supported_jurisdictions: '["AL", "AR", "AZ", "CA", "CO", "CT", "DC", "DE", "FL", "GA", "HI", "IA", "ID", "IL", "IN", "KS", "KY", "LA", "MA", "MD", "ME", "MI", "MN", "MO", "MS", "MT", "NC", "ND", "NE", "NJ", "NM", "NV", "NY", "OH", "OR", "PA", "RI", "SC", "SD", "TN", "TX", "UT", "VA", "VT", "WA", "WI", "WY"]'
aamva_supported_jurisdictions: '["AR","AZ","CO","CT","DC","DE","FL","GA","HI","IA","ID","IL","IN","KS","KY","MA","MD","ME","MI","MO","MS","MT","NC","ND","NE","NJ","NM","OH","OR","PA","RI","SC","SD","TN","TX","VA","VT","WA","WI","WY"]'
aamva_verification_request_timeout: 5.0
aamva_verification_url: https://example.org:12345/verification/url
all_redirect_uris_cache_duration_minutes: 2
Expand Down

0 comments on commit 172391d

Please sign in to comment.