-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LMSA-7710 - use newer embedded services and added README area regardi…
…ng issuer
- Loading branch information
1 parent
e1ec010
commit 382048b
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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 |
---|---|---|
|
@@ -92,6 +92,15 @@ They can be set in a security.properties file, or overridden as environment vari | |
| `lti.errorcontact.name` | Display name for your support organization | | ||
| `lti.errorcontact.link` | Contact mechanism - URL or mailto:email (e.g. `http://support.school.edu` or `mailto:[email protected]`) | | ||
|
||
### LTI issuer configuration | ||
Be sure to configure an environment appropriate issuer for the Canvas instance that is launching the tool. | ||
|
||
See https://canvas.instructure.com/doc/api/file.lti_dev_key_config.html#overview-of-an-lti-launch for details. | ||
|
||
| Property | Description | | ||
|-------------------|----------------------------------------------------------| | ||
| `canvas.issuer` | Issuer for the Canvas instance doing the LTI tool launch | | ||
|
||
### Redis Configuration (optional) | ||
If you would like to use Redis for session storage, you will need to enable it by including the value `redis-session` into the `SPRING_PROFILES_ACTIVE` environment variable. Be aware that if the tool requires multiple values, that there could be more than one profile value in there. | ||
|
||
|
This file contains 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