From 0983eaf27722a81cab676e8d16ba013e36ef582c Mon Sep 17 00:00:00 2001 From: Kegan Maher Date: Tue, 2 Jan 2024 14:16:09 -0800 Subject: [PATCH] docs(login.gov): correct verification API we use the ID Proofed OIDC connection, which is not yet fully IAL2-compliant --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 81c4da1d6..b42f275c3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -34,7 +34,7 @@ The Cal-ITP Benefits app supports the following enrollment pathways that use the | Enrollment pathway | Eligibility verification | Status | Launch | | -------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------ | --------------------------------------------------------------------- | -| [**Older adults**](/benefits/enrollment-pathways/older-adults) | [Login.gov IAL2](https://developers.login.gov/attributes/) | Live | [08/2022](https://github.com/cal-itp/benefits/releases/tag/2022.08.1) | +| [**Older adults**](/benefits/enrollment-pathways/older-adults) | [Login.gov ID Proofed](https://developers.login.gov/attributes/) | Live | [08/2022](https://github.com/cal-itp/benefits/releases/tag/2022.08.1) | | [**Agency cards**](/benefits/enrollment-pathways/agency-cards) | [Eligibility API](https://docs.calitp.org/eligibility-api/specification/) | Live | [11/2022](https://github.com/cal-itp/benefits/releases/tag/2022.11.1) | | [**Veterans**](/benefits/enrollment-pathways/veterans) | [Veteran Confirmation API](https://developer.va.gov/explore/api/veteran-confirmation) | Live | [09/2023](https://github.com/cal-itp/benefits/releases/tag/2023.09.1) |