Skip to content

Commit

Permalink
Merge pull request #94 from victorbush/add-testuser-role
Browse files Browse the repository at this point in the history
Support the TestUser role
  • Loading branch information
srijken authored Dec 18, 2023
2 parents bd813a6 + 23601a0 commit 164033b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/LtiAdvantage/Lti/Role.cs
Original file line number Diff line number Diff line change
Expand Up @@ -189,5 +189,14 @@ public enum Role
SystemUser,

#endregion

#region LTI System Roles

/// <summary>
/// </summary>
[Uri("http://purl.imsglobal.org/vocab/lti/system/person#TestUser")]
LtiSystemTestUser,

#endregion
}
}

0 comments on commit 164033b

Please sign in to comment.