source: VirtualCollectionRegistry/tags/VirtualCollectionRegistry-0.4.0-alpha2/VirtualCollectionRegistry/src/main/webapp/WEB-INF/shhaa.xml @ 5557

Last change on this file since 5557 was 5557, checked in by Twan Goosen, 10 years ago

tag for VCR alpha 2

  • Property svn:eol-style set to native
File size: 2.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2
3<ROOT>
4    <shhaa>
5
6        <authentication>
7            <shibheader>
8                <username>oid:eppn</username>
9                <username>mace:eppn</username>
10                <username>eppn</username>
11               
12                <username>oid:eduPersonPrincipalName</username>
13                <username>mace:eduPersonPrincipalName</username>
14                <username>eduPersonPrincipalName</username>
15               
16                <username>oid:eduPersonTargetedID</username>
17                <username>mace:eduPersonTargetedID</username>
18                <username>eduPersonTargetedID</username>
19
20                <session>Shib-Session-ID</session>
21                <idp>Shib-Identity-Provider</idp>
22                <timestamp>Shib-Authentication-Instant</timestamp>
23            </shibheader>
24            <fallback>
25                <username>anonymous</username>
26            </fallback>
27            <sso action="lI">https://sp.shibtest.clarin.eu/Shibboleth.sso/Login</sso> 
28            <slo action="lO">https://sp.shibtest.clarin.eu/Shibboleth.sso/Logout</slo>     
29        </authentication>
30       
31       
32        <composition action="rF">
33            <shibheader>
34                <attribute>cn</attribute>
35                <attribute>commonName</attribute>
36                <attribute>displayName</attribute>
37               
38                <attribute>mail</attribute>
39               
40                <attribute>o</attribute>               
41                <attribute>organizationName</attribute>
42                <attribute>schacHomeOrganization</attribute>
43               
44            </shibheader>
45        </composition>
46       
47        <authorization>
48            <location  target="/app/login" />
49            <location  target="/service/submit" />
50            <location target="/service/virtualcollections" methods="post"/>
51            <location target="/service/virtualcollections/*" methods="post put delete"/>
52            <location target="/service/my-virtualcollections" />
53        </authorization>
54       
55        <handler>
56            <ignore>
57                <location target="/css/*" />
58                <location target="/img/*" />
59            </ignore>
60               
61            <!-- configures the view-control targets -->
62            <pages>
63                <!--  <info action="dI">/protected/info.jsp</info> -->
64                <denied action="dD">pages/noaccess.jsp</denied> 
65            </pages>
66               
67        </handler>
68       
69    </shhaa>
70</ROOT>
Note: See TracBrowser for help on using the repository browser.