MDL-69542 libraries: Add the LTI 1.3 library
commit6c0ffde138f33490e8f9a34d7d9a60bbbaa71e93
authorJake Dallimore <jake@moodle.com>
Sat, 1 Aug 2020 09:18:46 +0000 (1 17:18 +0800)
committerJake Dallimore <jake@moodle.com>
Fri, 11 Feb 2022 02:07:39 +0000 (11 10:07 +0800)
tree63990632ec075a0a9e373b496496201bb0401a93
parent68ae89ccc4a7279cbdda1f231787306156dfc6e0
MDL-69542 libraries: Add the LTI 1.3 library
42 files changed:
lib/classes/component.php
lib/lti1p3/LICENSE.md [new file with mode: 0644]
lib/lti1p3/README.md [new file with mode: 0644]
lib/lti1p3/readme_moodle.txt [new file with mode: 0644]
lib/lti1p3/src/Helpers/Helpers.php [new file with mode: 0644]
lib/lti1p3/src/ImsStorage/ImsCache.php [new file with mode: 0644]
lib/lti1p3/src/ImsStorage/ImsCookie.php [new file with mode: 0644]
lib/lti1p3/src/Interfaces/ICache.php [new file with mode: 0644]
lib/lti1p3/src/Interfaces/ICookie.php [new file with mode: 0644]
lib/lti1p3/src/Interfaces/IDatabase.php [new file with mode: 0644]
lib/lti1p3/src/Interfaces/IHttpClient.php [new file with mode: 0644]
lib/lti1p3/src/Interfaces/IHttpException.php [new file with mode: 0644]
lib/lti1p3/src/Interfaces/IHttpResponse.php [new file with mode: 0644]
lib/lti1p3/src/Interfaces/ILtiRegistration.php [new file with mode: 0644]
lib/lti1p3/src/Interfaces/ILtiServiceConnector.php [new file with mode: 0644]
lib/lti1p3/src/Interfaces/IMessageValidator.php [new file with mode: 0644]
lib/lti1p3/src/Interfaces/IServiceRequest.php [new file with mode: 0644]
lib/lti1p3/src/JwksEndpoint.php [new file with mode: 0644]
lib/lti1p3/src/LtiAbstractService.php [new file with mode: 0644]
lib/lti1p3/src/LtiAssignmentsGradesService.php [new file with mode: 0644]
lib/lti1p3/src/LtiConstants.php [new file with mode: 0644]
lib/lti1p3/src/LtiCourseGroupsService.php [new file with mode: 0644]
lib/lti1p3/src/LtiDeepLink.php [new file with mode: 0644]
lib/lti1p3/src/LtiDeepLinkResource.php [new file with mode: 0644]
lib/lti1p3/src/LtiDeployment.php [new file with mode: 0644]
lib/lti1p3/src/LtiException.php [new file with mode: 0644]
lib/lti1p3/src/LtiGrade.php [new file with mode: 0644]
lib/lti1p3/src/LtiGradeSubmissionReview.php [new file with mode: 0644]
lib/lti1p3/src/LtiLineitem.php [new file with mode: 0644]
lib/lti1p3/src/LtiMessageLaunch.php [new file with mode: 0644]
lib/lti1p3/src/LtiNamesRolesProvisioningService.php [new file with mode: 0644]
lib/lti1p3/src/LtiOidcLogin.php [new file with mode: 0644]
lib/lti1p3/src/LtiRegistration.php [new file with mode: 0644]
lib/lti1p3/src/LtiServiceConnector.php [new file with mode: 0644]
lib/lti1p3/src/MessageValidators/DeepLinkMessageValidator.php [new file with mode: 0644]
lib/lti1p3/src/MessageValidators/ResourceMessageValidator.php [new file with mode: 0644]
lib/lti1p3/src/MessageValidators/SubmissionReviewMessageValidator.php [new file with mode: 0644]
lib/lti1p3/src/OidcException.php [new file with mode: 0644]
lib/lti1p3/src/Redirect.php [new file with mode: 0644]
lib/lti1p3/src/ServiceRequest.php [new file with mode: 0644]
lib/php-jwt/readme_moodle.txt
lib/thirdpartylibs.xml