Advertisement
Guest User

Test

a guest
Feb 8th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MXML 4.46 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <AttributeFilterPolicyGroup id="ShibbolethFilterPolicyLocal"
  3.        xmlns="urn:mace:shibboleth:2.0:afp"
  4.        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  5.        xsi:schemaLocation="urn:mace:shibboleth:2.0:afp http://shibboleth.net/schema/idp/shibboleth-afp.xsd">
  6.  
  7. <!-- SP - SKA Test at IRA -->
  8.     <AttributeFilterPolicy id="ReleaseToIRASKATest">
  9.         <PolicyRequirementRule xsi:type="Requester" value="https://skatest.ira.inaf.it/shibboleth" />
  10.         <AttributeRule attributeID="eduPersonPrincipalName">
  11.             <PermitValueRule xsi:type="ANY" />
  12.         </AttributeRule>
  13.         <AttributeRule attributeID="email">
  14.             <PermitValueRule xsi:type="ANY" />
  15.         </AttributeRule>
  16.         <AttributeRule attributeID="commonName">
  17.             <PermitValueRule xsi:type="ANY" />
  18.         </AttributeRule>
  19.         <AttributeRule attributeID="displayName">
  20.             <PermitValueRule xsi:type="ANY" />
  21.         </AttributeRule>
  22.         <AttributeRule attributeID="givenName">
  23.             <PermitValueRule xsi:type="ANY" />
  24.         </AttributeRule>
  25.         <AttributeRule attributeID="surname">
  26.             <PermitValueRule xsi:type="ANY" />
  27.         </AttributeRule>
  28.         <AttributeRule attributeID="schacHomeOrganization">
  29.             <PermitValueRule xsi:type="ANY" />
  30.         </AttributeRule>
  31.         <AttributeRule attributeID="schacHomeOrganizationType">
  32.             <PermitValueRule xsi:type="ANY" />
  33.         </AttributeRule>
  34.         <AttributeRule attributeID="organizationName">
  35.             <PermitValueRule xsi:type="ANY" />
  36.         </AttributeRule>
  37.         <AttributeRule attributeID="organizationalUnitName">
  38.             <PermitValueRule xsi:type="ANY" />
  39.         </AttributeRule>
  40.     </AttributeFilterPolicy>
  41.  
  42. <!-- SP - SKA Test at Trieste -->
  43.     <AttributeFilterPolicy id="ReleaseToTriesteSKATest">
  44.         <PolicyRequirementRule xsi:type="Requester" value="https://gio.ia2.inaf.it/shibboleth" />
  45.         <AttributeRule attributeID="eduPersonPrincipalName">
  46.             <PermitValueRule xsi:type="ANY" />
  47.         </AttributeRule>
  48.         <AttributeRule attributeID="email">
  49.             <PermitValueRule xsi:type="ANY" />
  50.         </AttributeRule>
  51.         <AttributeRule attributeID="commonName">
  52.             <PermitValueRule xsi:type="ANY" />
  53.         </AttributeRule>
  54.         <AttributeRule attributeID="displayName">
  55.             <PermitValueRule xsi:type="ANY" />
  56.         </AttributeRule>
  57.         <AttributeRule attributeID="givenName">
  58.             <PermitValueRule xsi:type="ANY" />
  59.         </AttributeRule>
  60.         <AttributeRule attributeID="surname">
  61.             <PermitValueRule xsi:type="ANY" />
  62.         </AttributeRule>
  63.         <AttributeRule attributeID="schacHomeOrganization">
  64.             <PermitValueRule xsi:type="ANY" />
  65.         </AttributeRule>
  66.         <AttributeRule attributeID="schacHomeOrganizationType">
  67.             <PermitValueRule xsi:type="ANY" />
  68.         </AttributeRule>
  69.         <AttributeRule attributeID="organizationName">
  70.             <PermitValueRule xsi:type="ANY" />
  71.         </AttributeRule>
  72.         <AttributeRule attributeID="organizationalUnitName">
  73.             <PermitValueRule xsi:type="ANY" />
  74.         </AttributeRule>
  75.     </AttributeFilterPolicy>
  76.  
  77. <!-- SP - CTA Test at OACT -->
  78. <!-- SP - CTA Test at OACT -->
  79.     <AttributeFilterPolicy id="ReleaseToOACTCTATest">
  80.         <PolicyRequirementRule xsi:type="Requester" value="https://cta-sg.oact.inaf.it/shibboleth" />
  81.         <AttributeRule attributeID="eduPersonPrincipalName">
  82.             <PermitValueRule xsi:type="ANY" />
  83.         </AttributeRule>
  84.         <AttributeRule attributeID="email">
  85.             <PermitValueRule xsi:type="ANY" />
  86.         </AttributeRule>
  87.         <AttributeRule attributeID="commonName">
  88.             <PermitValueRule xsi:type="ANY" />
  89.         </AttributeRule>
  90.         <AttributeRule attributeID="surname">
  91.             <PermitValueRule xsi:type="ANY" />
  92.         </AttributeRule>
  93.     </AttributeFilterPolicy>
  94.  
  95. <!-- SP - ScienceDirect Elsevier - ePE specifico -->
  96.     <AttributeFilterPolicy id="FilterToScienceDirect">
  97.         <PolicyRequirementRule xsi:type="Requester" value="https://sdauth.sciencedirect.com/" />
  98.         <AttributeRule attributeID="eduPersonEntitlement">
  99.             <PermitValueRule xsi:type="Value" value="urn:mace:dir:entitlement:common-lib-terms" ignoreCase="true" />
  100.         </AttributeRule>
  101.     </AttributeFilterPolicy>
  102.  
  103. </AttributeFilterPolicyGroup>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement