Plugin: LTI: Add documentation about installation process

pull/4364/head
Angel Fernando Quiroz Campos 3 years ago
parent edef28b445
commit e695cb1118
  1. 1
      plugin/ims_lti/.htaccess
  2. 8
      plugin/ims_lti/README.md

@ -0,0 +1 @@
AcceptPathInfo On

@ -25,8 +25,12 @@ external tool.
# Installation
*Prior to installing/uninstalling this plugin, you will need to make sure the `src/Chamilo/PluginBundle/Entity` folder
is temporarily writeable by the web server.*
* Prepare your web server to allow to send cookies in all contexts, set the `SameSite` attribute to `None`
* i.e. Apache configuration
```apacheconf
Header edit Set-Cookie ^(.*)$ $1;HttpOnly;Secure;SameSite=None
```
1. Install the plugin from the Plugins page
2. Enable the plugin from the IMS/LTI Plugin Settings page

Loading…
Cancel
Save