Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: scoped-aff might be more readily be available

...

Code Block
languagehtml/xml
<AttributeFilterPolicy id="Matrikelnummer">
    <PolicyRequirementRule xsi:type="AND">
        <Rule xsi:type="OR">
            <Rule xsi:type="Requester" value="https://test-sp.aco.net/shibboleth" />
            <Rule xsi:type="Requester" value="https://idp.zid.tuwien.ac.at/studentsoftware" />
        </Rule>
        <Rule xsi:type="Value" attributeID="eduPersonAffiliationeduPersonScopedAffiliation" value="student" />
    </PolicyRequirementRule>
    <AttributeRule attributeID="matrikel">
        <PermitValueRule xsi:type="ValueRegex" regex="^urn:schac:personalUniqueCode:int:studentID:AT:[0-9]{7}$" />
    </AttributeRule>
</AttributeFilterPolicy>