diff options
author | Fredrik Aslund <fredrik.aslund@umu.se> | 2014-08-25 11:17:26 +0200 |
---|---|---|
committer | Fredrik Aslund <fredrik.aslund@umu.se> | 2014-08-25 11:17:26 +0200 |
commit | 96400cc068ad61e2cfd981485a05b91380b66220 (patch) | |
tree | 7dd03f5547e0707a86e9b7dd0f096bf857385c4d /swamid-2.0/saml.sys.kth.se-idp-shibboleth.xml | |
parent | f705dfacaa1d957e4162dd4e5cf3154b14b5a612 (diff) |
hide-from-discovery added to saml.sys.kth.se
SWAMIDOPS-7323
Diffstat (limited to 'swamid-2.0/saml.sys.kth.se-idp-shibboleth.xml')
-rw-r--r-- | swamid-2.0/saml.sys.kth.se-idp-shibboleth.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/swamid-2.0/saml.sys.kth.se-idp-shibboleth.xml b/swamid-2.0/saml.sys.kth.se-idp-shibboleth.xml index 6ce5cf83..6fd955e3 100644 --- a/swamid-2.0/saml.sys.kth.se-idp-shibboleth.xml +++ b/swamid-2.0/saml.sys.kth.se-idp-shibboleth.xml @@ -1,5 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <EntityDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:shibmd="urn:mace:shibboleth:metadata:1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" entityID="https://saml.sys.kth.se/idp/shibboleth"> + <Extensions> + <mdattr:EntityAttributes xmlns:mdattr="urn:oasis:names:tc:SAML:metadata:attribute"> + <samla:Attribute xmlns:samla="urn:oasis:names:tc:SAML:2.0:assertion" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" Name="http://macedir.org/entity-category"> + <samla:AttributeValue>http://refeds.org/category/hide-from-discovery</samla:AttributeValue> + </samla:Attribute> + </mdattr:EntityAttributes> + </Extensions> <IDPSSODescriptor protocolSupportEnumeration="urn:mace:shibboleth:1.0 urn:oasis:names:tc:SAML:1.1:protocol urn:oasis:names:tc:SAML:2.0:protocol"> <Extensions> <shibmd:Scope regexp="false">kth.se</shibmd:Scope> |