diff options
author | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2017-04-18 08:13:40 +0200 |
---|---|---|
committer | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2017-04-18 08:13:40 +0200 |
commit | dcfea75f7e204fdbc49fcba07b445f76d69a6197 (patch) | |
tree | 1f2ba0af173db6c3542c400a568a4e2cdaa0b851 /swamid-2.0/login.liu.se-idp-shibboleth.xml | |
parent | 05310f7818f74904885ba2738705cbbe9d1f4fc8 (diff) |
Resolved SWAMIDOPS-8552
Diffstat (limited to 'swamid-2.0/login.liu.se-idp-shibboleth.xml')
-rw-r--r-- | swamid-2.0/login.liu.se-idp-shibboleth.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/swamid-2.0/login.liu.se-idp-shibboleth.xml b/swamid-2.0/login.liu.se-idp-shibboleth.xml index e869df16..5bc13f59 100644 --- a/swamid-2.0/login.liu.se-idp-shibboleth.xml +++ b/swamid-2.0/login.liu.se-idp-shibboleth.xml @@ -1,11 +1,14 @@ <?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://login.liu.se/idp/shibboleth"> <Extensions> - <mdattr:EntityAttributes xmlns:mdattr="urn:oasis:names:tc:SAML:metadata:attribute"> - <saml:Attribute xmlns:saml="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-support"> + <mdattr:EntityAttributes xmlns:mdattr="urn:oasis:names:tc:SAML:metadata:attribute" xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"> + <saml:Attribute NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" Name="http://macedir.org/entity-category-support"> <saml:AttributeValue>http://refeds.org/category/research-and-scholarship</saml:AttributeValue> <saml:AttributeValue>http://www.geant.net/uri/dataprotection-code-of-conduct/v1</saml:AttributeValue> </saml:Attribute> + <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:mace:shibboleth:1.0 urn:oasis:names:tc:SAML:1.1:protocol urn:oasis:names:tc:SAML:2.0:protocol"> |