From 5ee82f11b1e791b314b111c96c738b26e91b90d8 Mon Sep 17 00:00:00 2001 From: Brandon Stull Date: Fri, 8 Mar 2024 15:30:04 -0500 Subject: [PATCH] #2125 Changed LTI config URLS to use https address instead of http address. --- .../obojobo-express/server/views/lti_config_xml.ejs | 10 +++++----- .../obojobo-chunks-materia/server/route-helpers.js | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/app/obojobo-express/server/views/lti_config_xml.ejs b/packages/app/obojobo-express/server/views/lti_config_xml.ejs index 684dbbaf11..08e180c558 100644 --- a/packages/app/obojobo-express/server/views/lti_config_xml.ejs +++ b/packages/app/obojobo-express/server/views/lti_config_xml.ejs @@ -1,11 +1,11 @@ + xsi:schemaLocation="https://www.imsglobal.org/xsd/imslticc_v1p0 https://www.imsglobal.org/xsd/lti/ltiv1p0/imslticc_v1p0.xsd https://www.imsglobal.org/xsd/imsbasiclti_v1p0 https://www.imsglobal.org/xsd/lti/ltiv1p0/imsbasiclti_v1p0p1.xsd https://www.imsglobal.org/xsd/imslticm_v1p0 https://www.imsglobal.org/xsd/lti/ltiv1p0/imslticm_v1p0.xsd https://www.imsglobal.org/xsd/imslticp_v1p0 https://www.imsglobal.org/xsd/lti/ltiv1p0/imslticp_v1p0.xsd"> <%= title %> <%= description %> diff --git a/packages/obonode/obojobo-chunks-materia/server/route-helpers.js b/packages/obonode/obojobo-chunks-materia/server/route-helpers.js index a2a418e3b6..1d47e6aa05 100644 --- a/packages/obonode/obojobo-chunks-materia/server/route-helpers.js +++ b/packages/obonode/obojobo-chunks-materia/server/route-helpers.js @@ -214,7 +214,7 @@ const verifyScorePassback = (headers, body, originalUrl, baseUrl) => { const createPassbackResult = ({ success, messageId, messageRefId }) => { return ` - + V1.0