diff options
author | Fredrik Domeij <fredrik.domeij@umu.se> | 2018-03-12 09:57:54 +0100 |
---|---|---|
committer | Fredrik Domeij <fredrik.domeij@umu.se> | 2018-03-12 10:24:50 +0100 |
commit | c20f64e8c7317571f5337e5ddb8e489b91add2ee (patch) | |
tree | 992b118bf396d464b616eea400a61772f4d81d20 | |
parent | db6123ce4aadb3a1cc15767049f295960e06994b (diff) |
SWAMIDOPS #537: hide old UmU IdP from Discovery
-rw-r--r-- | swamid-2.0/idp.umu.se-saml2-idp-metadata.php.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/swamid-2.0/idp.umu.se-saml2-idp-metadata.php.xml b/swamid-2.0/idp.umu.se-saml2-idp-metadata.php.xml index bb148636..2a6da4bf 100644 --- a/swamid-2.0/idp.umu.se-saml2-idp-metadata.php.xml +++ b/swamid-2.0/idp.umu.se-saml2-idp-metadata.php.xml @@ -1,6 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:shibmd="urn:mace:shibboleth:metadata:1.0" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" entityID="https://idp.umu.se/saml2/idp/metadata.php"> <md:Extensions> + <attr:EntityAttributes xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" xmlns:attr="urn:oasis:names:tc:SAML:metadata:attribute"> + <saml:Attribute NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" Name="http://macedir.org/entity-category"> + <saml:AttributeValue>http://refeds.org/category/hide-from-discovery</saml:AttributeValue> + </saml:Attribute> + </attr:EntityAttributes> <attr:EntityAttributes xmlns:attr="urn:oasis:names:tc:SAML:metadata:attribute"> <saml:Attribute xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" Name="urn:oasis:names:tc:SAML:attribute:assurance-certification" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"> <saml:AttributeValue>http://www.swamid.se/policy/assurance/al1</saml:AttributeValue> |