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

Allow registration lookups to be customised. #40

Closed buckett closed 1 year ago

buckett commented 1 year ago

On the first step of LTI launch we allow the lookup of the registration to be customised by the calling application. This means it's possible to use the same URL across all configurations and use a parameter from the request to lookup the registration ID.

mpellicer commented 1 year ago

LGTM