aarc-community / architecture-guidelines

2 stars 0 forks source link

Email Verification Status Discrepancy between SAML and OIDC #28

Open NicolasLiampotis opened 1 week ago

NicolasLiampotis commented 1 week ago

Description

In OIDC , the email claim includes the preferred email address of the subject, accompanied by the email_verified claim indicating the verification status (boolean). However, in SAML, the inetOrgPerson mail attribute defined in RFC4524 is multi-valued and lacks an explicit indication of verification status.

One of the challenges identified in AARC-G056, is the discrepancy in how email verification status is conveyed between SAML and OIDC:

Related Standards

We need to define how email verification status can be uniformly expressed across SAML and OIDC within the AARC profile. Consider implications for attribute release policies and privacy concerns

Related Issues