source: ComponentRegistry/trunk/ComponentRegistry/src/main/webapp/WEB-INF/shhaa.xml @ 3590

Last change on this file since 3590 was 3590, checked in by twagoo, 11 years ago

fixed username attributes in shhaa.xml

File size: 1.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2
3<ROOT>
4    <shhaa>
5
6        <authentication>
7            <shibheader>
8                <username>oid:eduPersonPrincipalName</username>
9                <username>mace:eduPersonPrincipalName</username>
10                <username>eduPersonPrincipalName</username>
11               
12                <username>oid:eduPersonTargetedID</username>
13                <username>mace:eduPersonTargetedID</username>
14                <username>eduPersonTargetedID</username>
15
16                <session>Shib-Session-ID</session>
17                <idp>Shib-Identity-Provider</idp>
18                <timestamp>Shib-Authentication-Instant</timestamp>
19            </shibheader>
20            <fallback>
21                <username>anonymous</username>
22            </fallback>
23            <sso action="lI">${shibLI}</sso> 
24            <slo action="lO">${shibLO}</slo>     
25        </authentication>
26       
27       
28        <composition action="rF">
29            <shibheader>
30                <attribute>displayName</attribute>
31                <attribute>commonName</attribute>
32            </shibheader>
33        </composition>
34
35       
36        <authorization>
37            <location  target="/admin/*" />
38        </authorization>
39       
40       
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>
54       
55    </shhaa>
56</ROOT>
Note: See TracBrowser for help on using the repository browser.