Skip to content

Commit

Permalink
Merge pull request #68 from uw-it-aca/task/django-blti-update
Browse files Browse the repository at this point in the history
Task/django blti update
  • Loading branch information
mikeseibel authored Jan 23, 2025
2 parents d185e33 + b882f97 commit d1cd67c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docker/prod-values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,17 @@ configmaps:
"public_key_file": "/lti/keys/public-key-1.key",
"deployment_ids": ["206138:82ea3323587ae330766ae046461fd35c747ed747"]
}]
},
{
"https://canvas.test.instructure.com": [{
"default": true,
"client_id": "100000000000810",
"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",
"private_key_file": "/lti/keys/private-key-1.key",
"public_key_file": "/lti/keys/public-key-1.key",
"deployment_ids": ["203997:c61ffdb94ad935f3abe694d5f29862298b991894"]
}]
}

0 comments on commit d1cd67c

Please sign in to comment.