This section describes work in progress on mapping between OIDC claims and SAML attributes and identifiers as used in eduPerson and SCHAC.

Examples

{
   "sub": "248289761001",
   "name": "Jane Doe",
   "given_name": "Jane",
   "family_name": "Doe",
   "email": "janedoe@example.edu",
"eduPersonAffiliation": ["employee", "member", "staff"],
"eduPersonScopedAffiliation": ["employee@example.edu", "member@example.edu", "staff@example.edu"],
"schacHomeOrganization": "example.edu",
"schacHomeOrganizationType": "urn:mace:terena.org:schac:homeOrganizationType:int:university",
"eduPersonEntitlement": ["urn:mace:dir:entitlement:common-lib-terms", "http://example.com/contracts/HEd123"],
"eduPersonPrincipalName": "janedoe@example.edu",
"eduPersonTargetedID": ["https://example.edu/idp!https://example.com/sp!5tUGvx"],
"eduPersonUniqueId": "28c5353b8bb34984a8bd4169ba94c606@example.edu",
"eduPersonOrcid": ["http://orcid.org/0000-0002-0139-0640"]
}