source: DASISH/t5.6/backend/annotator-backend/trunk/annotator-backend/src/main/webapp/WEB-INF/shhaa.xml @ 4245

Last change on this file since 4245 was 4245, checked in by olhsha, 10 years ago

shibbolized

File size: 1.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3
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-->
21<ROOT>
22    <shhaa>
23
24        <authentication>
25            <shibheader>
26                <username>oid:eduPersonPrincipalName</username>
27                <username>mace:eduPersonPrincipalName</username>
28                <username>eduPersonPrincipalName</username>
29               
30                <username>oid:eduPersonTargetedID</username>
31                <username>mace:eduPersonTargetedID</username>
32                <username>eduPersonTargetedID</username>
33
34                <session>Shib-Session-ID</session>
35                <idp>Shib-Identity-Provider</idp>
36                <timestamp>Shib-Authentication-Instant</timestamp>
37            </shibheader>
38            <fallback>
39                <username>anonymous</username>
40            </fallback>
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>  -->
45        </authentication>
46       
47       
48        <!-- <composition action="rF">
49            <shibheader>
50                <attribute>displayName</attribute>
51                <attribute>commonName</attribute>
52            </shibheader>
53        </composition> -->
54
55       
56        <authorization>
57            <location  target="/hvwkejfhvwkehf/*" />
58        </authorization>
59       
60       
61       
62    </shhaa>
63</ROOT>
Note: See TracBrowser for help on using the repository browser.