Updated User Identity Token for SKY Add-ins

The user identity token, described in the Add-in single-sign-on documentation, now includes the user's email address, first name, and last name as claims in the JWT.

The emailfamily_name, and given_name claim values will contain the user details of the authenticated user.

The Blackbaud.Addin.TokenAuthentication library has been updated to expose EmailFamilyName, and GivenName as properties of the validated UserIdentityToken object.

Add-ins were updated on 7/307/2020. See the changelog for more information.

Categories