Skip to content

Commit e144223

Browse files
committed
feat: add email institutional template for Blackboard integration
1 parent 26df004 commit e144223

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Services/LTIRegister.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ private function createRegistrationJSON(): string
124124
'username' => '$User.username',
125125
'person_email' => '$Person.email.primary',
126126
'person_fullname' => '$Person.name.full',
127+
'person_email_institutional' => '@[email protected]_email@X@'
127128
],
128129
'claims' => ['iss', 'sub', 'name', 'given_name', 'family_name', 'email'],
129130
'messages' => [

0 commit comments

Comments
 (0)