From 6f276e4dea6b89bd0a655c181e43024d27de894d Mon Sep 17 00:00:00 2001 From: Kegan Maher Date: Mon, 10 Jun 2024 16:34:33 -0700 Subject: [PATCH] docs(logic): clarify Relaying Party definition Co-authored-by: Luis Alvergue --- docs/development/application-logic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/application-logic.md b/docs/development/application-logic.md index bbd49478ce..00f959db2c 100644 --- a/docs/development/application-logic.md +++ b/docs/development/application-logic.md @@ -130,7 +130,7 @@ Depending upon the choice of enrollment pathway, the _Next phase_ above may be: ## Identity proofing In this phase, Cal-ITP Benefits takes the user through an [OpenID Connect (OIDC)](https://openid.net/developers/how-connect-works/) -flow as a Client (RP) of the CDT Identity Gateway (the Identity Provider or IDP), via Login.gov. +flow as a Client (the Relying Party or RP) of the CDT Identity Gateway (the Identity Provider or IDP), via Login.gov. The CDT Identity Gateway transforms PII from Login.gov into anonymized boolean claims that are later used in [eligibility verification](#eligibility-verification).