Skip to content

Commit

Permalink
Added new substitution variable in custom claim for user UPN
Browse files Browse the repository at this point in the history
  • Loading branch information
pablolizardo-blackboard committed Nov 8, 2022
1 parent 7504d47 commit bf283f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/src/app/deep-linking.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ let deepLinkingLTILink = function () {
userName: '$User.username',
userEmail: '$Person.email.primary',
userSysRoles: '@[email protected]@X@',
externalIdentifierUPN: '$User.externalIdentifiers.UPN',
source: 'link'
}
};
Expand Down Expand Up @@ -200,6 +201,7 @@ let deepLinkingNewWindowLTILink = function () {
userEmail: '$Person.email.primary',
groupId: '$CourseGroup.id',
userSysRoles: '@[email protected]@X@',
externalIdentifierUPN: '$User.externalIdentifiers.UPN',
source: 'new window link'
},
window: {
Expand Down Expand Up @@ -230,6 +232,7 @@ let deepLinkingEmbedLTILink = function () {
groupId: '$CourseGroup.id',
userEmail: '$Person.email.primary',
userSysRoles: '@[email protected]@X@',
externalIdentifierUPN: '$User.externalIdentifiers.UPN',
assignment_pk: '@[email protected]_string@X@',
course_pk: '@[email protected]_string@X@'
}
Expand Down

0 comments on commit bf283f0

Please sign in to comment.