Ignore:
Timestamp:
05/23/14 14:29:09 (10 years ago)
Author:
olhsha@mpi.nl
Message:

redirection using the flag "isShibboleth"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • DASISH/t5.6/backend/annotator-backend/trunk/annotator-backend/UPDATE.txt

    r5203 r5275  
    1 1. Placing tarball: as always, take the tar-ball of the new  version 1.4, and follow the
     11. Placing tarball: as always, take the tar-ball of the new  version 1.4.1, and follow the
    22standard MPI deployment procedure.  Consult the instructions from INSTALL.txt
    33about placing war file if you have forgotten.
    44
    5 2. Adjusting shhaa.xml, database, web.xml this time are not necessary. OR if you want to reuse
    6 this tarball to deploy shibbolized version you need to change web.xml
     52. Adjusting shhaa.xml: as always, if it is deloyment on lux17 (or production), set
     6 <sso action="lI">  and <slo action="lO">
    77
    8 2.1. Comment  <filter>
     83. This time the databse stays intact.
     9
     104. web.xml differs for ds/webannotator (shibboleth authentication)
     11and ds/webannotator-basic (basic spring authentication).
     12
     134.1. Filter. For the ds/webannotator use
     14
     15 <filter>
    916        <filter-name>AAIFilter</filter-name>
    1017        <filter-class>de.mpg.aai.shhaa.AuthFilter</filter-class>
     
    1522    </filter-mapping>
    1623   
    17     and uncomment
     24  and for the ds/webannotator-basic use
    1825   
    1926     <filter>
     
    2734   
    2835   
    29     2.2. Comment  <param-value>/ds/webannotator/j_spring_security_logout</param-value> and uncomment
    30     <param-value>/ds/webannotator?shhaaDo=lO</param-value>
     36    4.2. Settting  <param-name>eu.dasish.annotation.backend.logout</param-name>.
     37    For the ds/webannotator
     38    (if shibboleth's logout address is of the form http://lux17.mpi.nl/Shibboleth.sso/Logout)
     39   
     40    <param-value>/../../Shibboleth.sso/Logout</param-value>
     41   
     42    The "../../" is necessary to climb from http://lux17.mpi.nl/ds/webannotator to
     43     http://lux17.mpi.nl.
     44   
     45    and for ds/webannotator-basic use
     46   
     47    <param-value>/j_spring_security_logout</param-value>
     48   
Note: See TracChangeset for help on using the changeset viewer.