Changes between Version 12 and Version 13 of spiam2018
- Timestamp:
- Sep 18, 2018, 5:18:05 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
spiam2018
v12 v13 282 282 <Sessions lifetime="28800" timeout="3600" checkAddress="false" handlerSSL="true" cookieProps="https"> 283 283 ... 284 <SSO discoveryProtocol="SAMLDS" discoveryURL="https://fds-training.ac.lk ">284 <SSO discoveryProtocol="SAMLDS" discoveryURL="https://fds-training.ac.lk/shibboleth-ds/index.html"> 285 285 SAML2 286 286 </SSO> … … 337 337 338 338 339 === Configure an example federated resou ce "secure" ===339 === Configure an example federated resource "secure" === 340 340 17. Create the Apache2 configuration for the application: 341 341 * … … 356 356 </Location> 357 357 }}} 358 18. Create the "`secure`" application into the DocumentRoot:358 18. Create the "`secure`" application into the IDocumentRoot: 359 359 * 360 360 {{{ … … 395 395 * 396 396 {{{ 397 apt istall libapache2-mod-php 398 }}} 399 * 397 apt install libapache2-mod-php 398 }}} 399 * Enable secure site and restart apache 400 {{{ 401 a2ensite secure 402 }}} 400 403 {{{ 401 404 systemctl restart apache2.service