Skip to content

Conversation

@martinclaus
Copy link
Collaborator

@martinclaus martinclaus commented Feb 24, 2023

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.

@martinclaus
Copy link
Collaborator Author

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.

@danielmcquillen
Copy link

I noticed that a c.LTI13Authenticator.jwks_endpoint configuration setting is used in the docs but this PR has a c.LTI13Authenticator.endpoint setting ... are those both valid?

@martinclaus
Copy link
Collaborator Author

I noticed that a c.LTI13Authenticator.jwks_endpoint configuration setting is used in the docs but this PR has a c.LTI13Authenticator.endpoint setting ... are those both valid?

@danielmcquillen This PR is quite outdated and stalled. The c.LTI13Authenticator.endpoint setting does not exist in more recent releases anymore. The correct one to use is c.LTI13Authenticator.jwks_endpoint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

Improve testing by starting up an LTI 1.3 endpoint in the CI system

3 participants