Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste ÜberarbeitungBeide Seiten der Revision
de:shibidp:config-attributes-aaiplus [2021/08/20 17:56] Wolfgang Pempede:shibidp:config-attributes-aaiplus [2021/10/07 20:56] – [Attribute Filter] Wolfgang Pempe
Zeile 135: Zeile 135:
  
 <file xml /opt/shibboleth-idp/conf/attribute-filter.xml> <file xml /opt/shibboleth-idp/conf/attribute-filter.xml>
 +      
 +      <!-- Anonyme Angaben an alle SPs freigeben werden -->
 +      <AttributeFilterPolicy id="ReleaseToAnyone">
 +        <PolicyRequirementRule xsi:type="ANY" />
 +
 +        <AttributeRule attributeID="eduPersonAssurance" permitAny="true" />
 +
 +        <AttributeRule attributeID="eduPersonEntitlement">
 +          <PermitValueRule xsi:type="Value" value="urn:mace:dir:entitlement:common-lib-terms"/>
 +        </AttributeRule>
 +
 +        <AttributeRule attributeID="eduPersonScopedAffiliation">
 +          <PermitValueRule xsi:type="OR">
 +              <Rule xsi:type="Value" value="member"          ignoreCase="true" />
 +              <Rule xsi:type="Value" value="library-walk-in" ignoreCase="true" />
 +          </PermitValueRule>
 +         </AttributeRule>
 +      </AttributeFilterPolicy>
 +
      <AttributeFilterPolicy id="releaseToAAIplus">      <AttributeFilterPolicy id="releaseToAAIplus">
  
  • Zuletzt geändert: vor 2 Jahren