-
Notifications
You must be signed in to change notification settings - Fork 77
Implement standard LTI tables #1194
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
Open
cj-young
wants to merge
31
commits into
ucfopen:dev
Choose a base branch
from
cj-young:issue/1193-lti_tables
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 27 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
d52c871
Add LTI tables
cj-young 7ca3ccc
Abstract API key encryption
cj-young 53360f8
Add CLI to create registration
cj-young c9dffdf
Add missing LTI repositories
cj-young fb7963c
Add institution-registration relationship
cj-young 16c348d
Move all LMS config info to registration table
cj-young d18e4f8
Add file-based LTI registration initiation
cj-young ae9d9d5
Fix registration command using wrong IO class
cj-young 1b7a276
Replace LTI and OAuth URLs with DB endpoints
cj-young 2682de9
Merge branch 'dev' into issue/1193-lti_tables
cj-young 75a51f5
Allow registration command to be stopped
cj-young 455fd4c
Add conditional keyset generation in registration
cj-young 25f603f
Fix registration command comma syntax error
cj-young 8d49868
Fix tab width inconsistencies
cj-young bbf9b4e
Add documentation comments
cj-young c1258d7
Add encryption to signing key private key column
cj-young 2745d31
Add unique constraint to registration client ID and iss
cj-young 1bf2060
Fix login auth endpoint prompt missing
cj-young a4ff739
Remove JSON support for registration command
cj-young 35f3b7e
Update docs to describe registration steps
cj-young a49b2ae
Remove `JWK_BASE_URL` from instructions and env files
cj-young fcc35cb
Squash LTI table migrations
cj-young 5971347
Update .gitignore to exclude institution YAML config
cj-young 697fb03
Remove old institution make scripts
cj-young 6e675ec
Update Heroku README
cj-young 036a10b
Remove Devhub from institution presets
cj-young ed4339e
Remove logger
cj-young 7e1f70d
Merge branch 'dev' into issue/1193-lti_tables
cj-young 9185fef
Fix incorrect variable reference
cj-young 6de192d
Separate GET and POST params in LTI launch login
cj-young a949ad5
Merge branch 'dev' into issue/1193-lti_tables
cj-young File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| title: My School | ||
| lms_domain: myschool.instructure.com | ||
| vanity_url: webcourses.myschool.edu | ||
| lms_id: canvas | ||
| lms_account_id: "123" | ||
| lti_client_id: my_lti_client_id | ||
| api_client_id: my_api_client_id | ||
| api_client_secret: super_secret_client_secret | ||
| platform: | ||
| issuer: https://canvas.instructure.com | ||
| login_auth_endpoint: https://sso.canvaslms.com/api/lti/authorize_redirect | ||
| service_auth_endpoint: https://sso.canvaslms.com/login/oauth2/token | ||
| service_login_endpoint: https://sso.canvaslms.com/login/oauth2/auth | ||
| jwk_endpoint: https://sso.canvaslms.com/api/lti/security/jwks | ||
| keyset: | ||
| generate: false |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.