1 <?xml version="1.0" encoding="UTF-8"?>
3 <AttributeResolver xmlns="urn:mace:shibboleth:2.0:resolver"
4 xmlns:resolver="urn:mace:shibboleth:2.0:resolver"
5 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6 xmlns:simple="urn:mace:shibboleth:2.0:resolver:ad:simple"
7 xmlns:static="urn:mace:shibboleth:2.0:resolver:dc:static"
8 xsi:schemaLocation="urn:mace:shibboleth:2.0:resolver classpath:/schema/shibboleth-2.0-attribute-resolver.xsd
9 urn:mace:shibboleth:2.0:resolver:ad:simple classpath:/schema/shibboleth-2.0-attribute-resolver-ad-simple.xsd
10 urn:mace:shibboleth:2.0:resolver:dc:static classpath:/schema/shibboleth-2.0-attribute-resolver-dc-static.xsd">
12 <resolver:DataConnector xsi:type="static:Static" id="static">
13 <static:Attribute id="uid">
14 <static:Value>testuser</static:Value>
16 <static:Attribute id="cn">
17 <static:Value>Test User</static:Value>
19 </resolver:DataConnector>