oxctl / spring-security-lti13

A LTI 1.3 implementation for Spring Security that builds on the OAuth2 support
Apache License 2.0
14 stars 7 forks source link

Add support for lti storage. #24

Closed buckett closed 2 years ago

buckett commented 2 years ago

This adds support for the LTI storage for handle the launch. This is where the platform where the tool is being launched from stores the state/nonce during the launch.

This also adds back support for HttpSession based storage, we try to set a cookie during login and if we see that cookie again we know that the browser supports cookies in the iframe and so use the session to handle the login in future.