diff options
author | Paul Scott <paul.scott@kau.se> | 2018-10-17 14:13:34 +0000 |
---|---|---|
committer | Paul Scott <paul.scott@kau.se> | 2018-10-17 14:13:34 +0000 |
commit | 6c9d17528c7318e2e80f8a729d83881da1f1fd2f (patch) | |
tree | 1fabcbb38fa58de8dbf5dc6872adef31825e27b9 /swamid-2.0/adfs.hv.se-adfs-services-trust.xml | |
parent | a725f14d490f478b1ef78e594813eee8a5b6f0c1 (diff) |
Add hide-from-discovery SWAMIDOPS-1106
Diffstat (limited to 'swamid-2.0/adfs.hv.se-adfs-services-trust.xml')
-rw-r--r-- | swamid-2.0/adfs.hv.se-adfs-services-trust.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/swamid-2.0/adfs.hv.se-adfs-services-trust.xml b/swamid-2.0/adfs.hv.se-adfs-services-trust.xml index 3f8a3084..c855bec6 100644 --- a/swamid-2.0/adfs.hv.se-adfs-services-trust.xml +++ b/swamid-2.0/adfs.hv.se-adfs-services-trust.xml @@ -1,5 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <EntityDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:shibmd="urn:mace:shibboleth:metadata:1.0" entityID="http://adfs.hv.se/adfs/services/trust"> + <Extensions xmlns:mdattr="urn:oasis:names:tc:SAML:metadata:attribute"> + <mdattr:EntityAttributes xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" xmlns=""> + <saml:Attribute Name="http://macedir.org/entity-category" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"> + <saml:AttributeValue>http://refeds.org/category/hide-from-discovery</saml:AttributeValue> + </saml:Attribute> + </mdattr:EntityAttributes> + </Extensions> <IDPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"> <Extensions> <shibmd:Scope regexp="false">hv.se</shibmd:Scope> |