-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add local dev deployment for LTI 1.3 #130
base: main
Are you sure you want to change the base?
Add local dev deployment for LTI 1.3 #130
Conversation
Avoid guessing since it may not work properly behind a reverse proxy doing TLS termination.
It seems that the LTI 1.3 library on which the devkit is build isn't correctly implementing the LTI 1.3 specifications, or more precisely, the OICD Connect specifications. Issues (oat-sa/lib-lti1p3-core#154, oat-sa/lib-lti1p3-core#160) are opened. |
I noticed that a |
@danielmcquillen This PR is quite outdated and stalled. The |
This adds a docker compose deployment and instructions and configuration to set up the TAO LTI 1.3 devKit as the LTI platform to initiate the login flow.
The goal is to improve testing of the LTI 1.3 Authenticator both locally and via CI.