diff options
author | Paul Scott <paul.scott@kau.se> | 2025-05-15 12:34:40 +0000 |
---|---|---|
committer | Paul Scott <paul.scott@kau.se> | 2025-05-15 12:34:40 +0000 |
commit | e9dcb62309d7c29dd06438e4a7e21addba17bd76 (patch) | |
tree | 1fa83402051bbf2952d0c8c5b9fc1c1e54202546 | |
parent | 1db063b519418cf0fbe64403c95b62a090a717eb (diff) |
Replace Sectigo with HARICAHEADconf-2025-05-15-v01main
-rw-r--r-- | Shibboleth-IdP/v5/attribute-filter.xml | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/Shibboleth-IdP/v5/attribute-filter.xml b/Shibboleth-IdP/v5/attribute-filter.xml index 94ed74c..3acd6f0 100644 --- a/Shibboleth-IdP/v5/attribute-filter.xml +++ b/Shibboleth-IdP/v5/attribute-filter.xml @@ -251,15 +251,15 @@ </AttributeRule> </AttributeFilterPolicy> - <!-- Sectigo --> - <AttributeFilterPolicy id="releaseSectigoAttributeBundle"> - <PolicyRequirementRule xsi:type="Requester" value="https://cert-manager.com/shibboleth" /> + <!-- HARICA --> + <AttributeFilterPolicy id="releaseHaricaAttributeBundle"> + <PolicyRequirementRule xsi:type="OR"> + <Rule xsi:type="Requester" value="https://www.harica.gr/simplesamlphp/module.php/saml/sp/metadata.php/pki-grnet-sp" /> + <Rule xsi:type="Requester" value="https://cm-stg.harica.gr/simplesamlphp/module.php/saml/sp/metadata.php/harica-cm-stg-sp" /> + </PolicyRequirementRule> <AttributeRule attributeID="eduPersonPrincipalName"> <PermitValueRule xsi:type="ANY"/> </AttributeRule> - <AttributeRule attributeID="displayName"> - <PermitValueRule xsi:type="ANY" /> - </AttributeRule> <AttributeRule attributeID="givenName"> <PermitValueRule xsi:type="ANY" /> </AttributeRule> @@ -272,6 +272,9 @@ <AttributeRule attributeID="schacHomeOrganization"> <PermitValueRule xsi:type="ANY"/> </AttributeRule> + <AttributeRule attributeID="eduPersonTargetedID"> + <PermitValueRule xsi:type="ANY"/> + </AttributeRule> <AttributeRule attributeID="tcsPersonalEntitlement"> <PermitValueRule xsi:type="ANY"/> </AttributeRule> |