Ignore:
Timestamp:
01/09/14 17:02:09 (10 years ago)
Author:
olhsha
Message:

shibbolized

File:
1 copied

Legend:

Unmodified
Added
Removed
  • DASISH/t5.6/backend/annotator-backend/trunk/annotator-backend/src/main/webapp/WEB-INF/shhaa.xml

    r4190 r4245  
    11<?xml version="1.0" encoding="UTF-8"?>
     2<!--
    23
     4    Copyright (C) 2013 DASISH
     5
     6    This program is free software; you can redistribute it and/or
     7    modify it under the terms of the GNU General Public License
     8    as published by the Free Software Foundation; either version 2
     9    of the License, or (at your option) any later version.
     10
     11    This program is distributed in the hope that it will be useful,
     12    but WITHOUT ANY WARRANTY; without even the implied warranty of
     13    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
     14    GNU General Public License for more details.
     15
     16    You should have received a copy of the GNU General Public License
     17    along with this program; if not, write to the Free Software
     18    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
     19
     20-->
    321<ROOT>
    422    <shhaa>
     
    2139                <username>anonymous</username>
    2240            </fallback>
    23             <sso action="lI">${shibLI}</sso>
    24             <slo action="lO">${shibLO}</slo>     
     41            <sso action="lI">https://lux16.mpi.nl/Shibboleth.sso/Login</sso>
     42            <slo action="lO">https://lux16.mpi.nl/Shibboleth.sso/Logout</slo>
     43            <!-- <sso action="lI">http://localhost:8080/annotator-backend/api/index.jsp</sso>
     44            <slo action="lO">http://localhost:8080/annotator-backend/api/index.jsp</slo>  -->
    2545        </authentication>
    2646       
    2747       
    28         <composition action="rF">
     48        <!-- <composition action="rF">
    2949            <shibheader>
    3050                <attribute>displayName</attribute>
    3151                <attribute>commonName</attribute>
    3252            </shibheader>
    33         </composition>
     53        </composition> -->
    3454
    3555       
    3656        <authorization>
    37             <location  target="/admin/*" />
     57            <location  target="/hvwkejfhvwkehf/*" />
    3858        </authorization>
    3959       
    4060       
    41         <handler>
    42             <ignore>
    43                 <location target="/css/*" />
    44                 <location target="/img/*" />
    45             </ignore>
    46                
    47             <!-- configures the view-control targets -->
    48             <pages>
    49                 <!--  <info action="dI">/protected/info.jsp</info> -->
    50                 <denied action="dD">pages/noaccess.jsp</denied>
    51             </pages>
    52                
    53         </handler>
    5461       
    5562    </shhaa>
Note: See TracChangeset for help on using the changeset viewer.