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
Nächste ÜberarbeitungBeide Seiten der Revision
de:shibidp:config-attributes-aaiplus [2021/08/20 17:56] Wolfgang Pempede:shibidp:config-attributes-aaiplus [2021/10/27 10:51] – mehr Tags, man findet diese schöne Seite leider nicht. Silke Meyer
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">
  
Zeile 259: Zeile 280:
 </file> </file>
  
-{{tag>idp4 subjectIdentifierAttributes aaiplus attributfreigabe}}+{{tag>idp4 subjectIdentifierAttributes aaiplus attributfreigabe pairwise-id subject-id}}
  • Zuletzt geändert: vor 2 Jahren