Advertisement
Guest User

Untitled

a guest
Jan 27th, 2020
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. <afp:AttributeFilterPolicyGroup
  2. xmlns="urn:mace:shibboleth:2.0:afp:mf:basic"
  3. xmlns:saml="urn:mace:shibboleth:2.0:afp:mf:saml"
  4. xmlns:basic="urn:mace:shibboleth:2.0:afp:mf:basic"
  5. xmlns:afp="urn:mace:shibboleth:2.0:afp"
  6. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  7.  
  8.  
  9.  
  10.  
  11. <afp:AttributeFilterPolicy>
  12. <!-- This policy is in effect in all cases. -->
  13. <afp:PolicyRequirementRule xsi:type="ANY"/>
  14.  
  15.  
  16.  
  17.  
  18. <!-- Catch-all that passes everything else through unmolested. -->
  19. <afp:AttributeRule attributeID="*" permitAny="true"/>
  20. <afp:AttributeRule attributeID="mail" permitAny="true"/>
  21. <afp:AttributeRule attributeID="emailAddress" permitAny="true"/>
  22. <afp:AttributeRule attributeID="SHIB_MAIL" permitAny="true"/>
  23. </afp:AttributeFilterPolicy>
  24.  
  25. </afp:AttributeFilterPolicyGroup>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement