From 570c512224010224d2d8b6d295278ed4aa78abde 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 74860c9c3..7797dc243 100644 --- a/docs/development/application-logic.md +++ b/docs/development/application-logic.md @@ -129,7 +129,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).