-
Notifications
You must be signed in to change notification settings - Fork 215
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
Address attributes missing "country"? #86
Comments
Currently we do not return a country field in the address claim |
Thanks for the reply. Will country be added to the address claim once passport verification is available, to support US passport holders currently living internationally? |
I don't think we have any current plans --- but I'll check with the team and track this internally |
@mleibner This is a request that has come up in other forums. Given the need to validate information against issuing/authoritative sources in order for login.gov to include it in our attribute bundle, Realistically, given the long lead time of the latter two, it will be some time before we can support international addresses. Note, we are treating support for US passports as a strong piece of evidence as a separate feature and that will be available earlier than international addresses. |
On https://github.com/18F/identity-dev-docs/blob/master/_pages/attributes.md, the address attributes are listed as
street_address
,locality
(city),region
(state), andpostal_code
for IAL2.The OpenID Connect address claim also lists a
country
field, though, which is not shown in these developer docs.Was
country
left out of this documentation, or is it not a provided field by the system?The text was updated successfully, but these errors were encountered: