IntegracionMoodleShibboleth
Versión 1 (Emilio Penna, Lunes, 11 de Mayo de 2020 10:59:47 -0300)
| 1 | 1 | h1. Integración de Moodle con Shibboleth  | 
|
|---|---|---|---|
| 2 | 1 | ||
| 3 | 1 | ||
| 4 | 1 | ||
| 5 | 1 | Escenario: Los ejemplos fueron probados en Debian 10 y moodle 3.8  | 
|
| 6 | 1 | ||
| 7 | 1 | h3. 1. Pasos previos:  | 
|
| 8 | 1 | ||
| 9 | 1 | 1.1 Instalación de Shibboleth SP  | 
|
| 10 | 1 | ||
| 11 | 1 | 1.2 Configuración básica de Shibboleth sp, prueba con script PHP de test.  | 
|
| 12 | 1 | ||
| 13 | 1 | ||
| 14 | 1 | h3. 2. Configuración de Apache  | 
|
| 15 | 1 | ||
| 16 | 1 | Proteger el directorio moodle/auth/shibboleth/index.php con Shibboleth.  | 
|
| 17 | 1 | ||
| 18 | 1 | En Apache debe definirse una regla como la siguiente:  | 
|
| 19 | 1 | ||
| 20 | 1 | <pre>  | 
|
| 21 | 1 | <Directory /path/to/moodle/auth/shibboleth/index.php>  | 
|
| 22 | 1 | AuthType shibboleth  | 
|
| 23 | 1 | ShibRequireSession On  | 
|
| 24 | 1 | require valid-user  | 
|
| 25 | 1 | </Directory>  | 
|
| 26 | 1 | </pre>  | 
|
| 27 | 1 | ||
| 28 | 1 | ||
| 29 | 1 | h3. 3. Configuración de moodle  |