Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
de:attribute-filter-example [2017/03/12 01:54] Wolfgang Pempede:attribute-filter-example [2020/05/11 16:13] (aktuell) – gelöscht Silke Meyer
Zeile 1: Zeile 1:
  
- 
-<file xml ./conf/attribute-filter.xml> 
-<?xml version="1.0" encoding="UTF-8"?> 
-<AttributeFilterPolicyGroup id="ShibbolethFilterPolicy" 
-        xmlns="urn:mace:shibboleth:2.0:afp" 
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
-        xsi:schemaLocation="urn:mace:shibboleth:2.0:afp http://shibboleth.net/schema/idp/shibboleth-afp.xsd"> 
- 
-   <!-- Attribute an die DFN-Test-IdPs freigeben --> 
-   <AttributeFilterPolicy id="dfn-test-sps"> 
-        <PolicyRequirementRule xsi:type="OR"> 
-            <Rule xsi:type="Requester" value="https://testsp.aai.dfn.de/shibboleth" /> 
-            <Rule xsi:type="Requester" value="https://testsp2.aai.dfn.de/shibboleth" /> 
-            <Rule xsi:type="Requester" value="https://testsp3.aai.dfn.de/shibboleth" /> 
-        </PolicyRequirementRule> 
- 
-        <AttributeRule attributeID="uid"                    permitAny="true"/> 
-        <AttributeRule attributeID="eduPersonPrincipalName" permitAny="true"/> 
-        <AttributeRule attributeID="mail"                   permitAny="true"/> 
-        <AttributeRule attributeID="surname"                permitAny="true"/> 
-        <AttributeRule attributeID="givenName"              permitAny="true"/> 
-  </AttributeFilterPolicy> 
- 
-</AttributeFilterPolicyGroup> 
-</file>