From d71704eba09a4f8816cb77e00ca0728deacd0dbb Mon Sep 17 00:00:00 2001 From: Keith Hazelton Date: Thu, 6 Aug 2020 14:36:44 -0500 Subject: [PATCH] Update minimalRegistryPerson.json --- schema/minimalRegistryPerson.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/schema/minimalRegistryPerson.json b/schema/minimalRegistryPerson.json index 2db6308..36b629d 100644 --- a/schema/minimalRegistryPerson.json +++ b/schema/minimalRegistryPerson.json @@ -47,6 +47,12 @@ "type": "string", "description": "corresponds to SAML subject-id or pairwise-id and OAuth2 subject attribute" }, + + "ePPN": { + "type": "string", + "description": "eduPersonPrincipalName, but only trustworthy for sites that do NOT reassign ePPNs once they have been assigned to some other person" + } + "dateOfBirth": { "type": "string", "description": "Date of birth, string representtion of dateOfBirth in Core Attribute Specification"