From 23601a09674898283badbbd486cb666168c3f84c Mon Sep 17 00:00:00 2001 From: Victor Bushong Date: Mon, 13 Nov 2023 15:35:55 -0600 Subject: [PATCH] Support the TestUser role. --- src/LtiAdvantage/Lti/Role.cs | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/LtiAdvantage/Lti/Role.cs b/src/LtiAdvantage/Lti/Role.cs index e783c0b..65ad4d9 100644 --- a/src/LtiAdvantage/Lti/Role.cs +++ b/src/LtiAdvantage/Lti/Role.cs @@ -189,5 +189,14 @@ public enum Role SystemUser, #endregion + + #region LTI System Roles + + /// + /// + [Uri("http://purl.imsglobal.org/vocab/lti/system/person#TestUser")] + LtiSystemTestUser, + + #endregion } } \ No newline at end of file