Matthew Buckett
Matthew Buckett
Ok, but it's not that simple as the newer requests are of the format: `https://s3.amazonaws.com//dw_split//requests/b%3D1/part-.c001.txt.gz` so the code should cope with both options. This does mean you either get a...
I did look at trying this with D2L but I couldn't find an instance to test against, does Brightspace provide any free services? Instructure have the Canvas for Teachers (https://canvas.instructure.com)...
If there's anything specific for D2L that would be helpful for others to know drop it in the comments or open a PR for the README.
Thanks @krusche, there are some notes about this on: https://github.com/spring-projects/spring-framework/wiki/Upgrading-to-Spring-Framework-6.x I expect that we'll need to continue to update versions of the library that target older versions of spring so...
I've taken the work that was in @krusche repo (nice work thanks) and updated the tests to work and there's a draft PR out on: https://github.com/oxctl/spring-security-lti13/pull/37 I'm hoping to get...
So I think we were right in using the implicit grant, but this has now been removed from Spring Security under: https://github.com/spring-projects/spring-security/issues/11506
It's something I'd like to fix but it's not currently a priority at work, we're trying to move things to Spring Boot 3 but none of the things done so...
We did start a discussion with Spring Security about bringing back support for implicit or custom grants, but it doesn't look hopeful. https://github.com/spring-projects/spring-security/issues/15111
Ok, the PR is merged, I'll make some documentation updates and then hopefully release shortly.
And it's live now: - https://central.sonatype.com/artifact/uk.ac.ox.ctl/spring-security-lti13/0.2.0 - https://github.com/oxctl/spring-security-lti13/releases/tag/0.2.0 Sorry it's taken so long and please report any issue you have with upgrading.