Changes between Version 12 and Version 13 of spiam2018


Ignore:
Timestamp:
Sep 18, 2018, 5:18:05 AM (6 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • spiam2018

    v12 v13  
    282282     <Sessions lifetime="28800" timeout="3600" checkAddress="false" handlerSSL="true" cookieProps="https">
    283283     ...
    284      <SSO discoveryProtocol="SAMLDS" discoveryURL="https://fds-training.ac.lk">
     284     <SSO discoveryProtocol="SAMLDS" discoveryURL="https://fds-training.ac.lk/shibboleth-ds/index.html">
    285285        SAML2
    286286     </SSO>
     
    337337
    338338
    339 === Configure an example federated resouce "secure" ===
     339=== Configure an example federated resource "secure" ===
    34034017. Create the Apache2 configuration for the application:
    341341*
     
    356356     </Location>
    357357}}}
    358 18. Create the "`secure`" application into the DocumentRoot:
     35818. Create the "`secure`" application into the IDocumentRoot:
    359359*
    360360{{{
     
    395395*
    396396{{{
    397 apt istall libapache2-mod-php
    398 }}}
    399 *
     397apt install libapache2-mod-php
     398}}}
     399*  Enable secure site and restart apache
     400{{{
     401a2ensite secure
     402}}}
    400403{{{
    401404systemctl restart apache2.service