Skip to content

Commit

Permalink
Merge pull request #151 from gmurph91/master
Browse files Browse the repository at this point in the history
fix role scope mentor claim
  • Loading branch information
dbhynds authored Sep 16, 2024
2 parents bb8b3d0 + 197c4be commit 86f89bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LtiConstants.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class LtiConstants
public const LAUNCH_PRESENTATION = 'https://purl.imsglobal.org/spec/lti/claim/launch_presentation';
public const LIS = 'https://purl.imsglobal.org/spec/lti/claim/lis';
public const LTI1P1 = 'https://purl.imsglobal.org/spec/lti/claim/lti1p1';
public const ROLE_SCOPE_MENTOR = 'https://purlimsglobal.org/spec/lti/claim/role_scope_mentor';
public const ROLE_SCOPE_MENTOR = 'https://purl.imsglobal.org/spec/lti/claim/role_scope_mentor';
public const TOOL_PLATFORM = 'https://purl.imsglobal.org/spec/lti/claim/tool_platform';

// LTI DL
Expand Down

0 comments on commit 86f89bb

Please sign in to comment.