Skip to content

Commit

Permalink
import lti by hash
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeseibel committed Nov 25, 2024
1 parent 25193e8 commit bff7e12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/test-values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ configmaps:
"client_id": "100000000000837",
"auth_login_url": "https://sso.canvaslms.com/api/lti/authorize_redirect",
"auth_token_url": "https://sso.canvaslms.com/login/oauth2/token",
"key_set": null,
"key_set_url": "https://sso.test.canvaslms.com/api/lti/security/jwks",
"key_set": null,
"private_key_file": "/lti/keys/private-key-1.key",
"public_key_file": "/lti/keys/public-key-1.key",
"deployment_ids": ["202028:c78d46b24c785a8ad37b5bf9bdf26ceb32cc9d18"]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
'djangorestframework~=3.15',
'Django-Persistent-Message',
'django-person-client~=1.0',
'django-blti @ git+https://github.com/uw-it-aca/django-blti.git@feature/additive-1-point-3#egg=django-blti',
'django-blti @ git+https://github.com/uw-it-aca/django-blti.git@c0401ad6d2e1d5b802d6ce214f537a781ccca2da#egg=django-blti',
'statistics',
],
license='Apache License, Version 2.0',
Expand Down

0 comments on commit bff7e12

Please sign in to comment.