diff options
author | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2017-04-26 14:14:16 +0200 |
---|---|---|
committer | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2017-04-26 14:14:16 +0200 |
commit | 1c26d72c7ff8ae0782d781c34722de73f6b014e9 (patch) | |
tree | 584e1dc22f62fff29e1a2c3a110695566565d0b6 /swamid-2.0/idp.hb.se-idp-shibboleth.xml | |
parent | 331a0538b10d038886909ca6dd6d08b7d8f3fe57 (diff) |
Resolved SWAMIDOPS-8572
Diffstat (limited to 'swamid-2.0/idp.hb.se-idp-shibboleth.xml')
-rw-r--r-- | swamid-2.0/idp.hb.se-idp-shibboleth.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/swamid-2.0/idp.hb.se-idp-shibboleth.xml b/swamid-2.0/idp.hb.se-idp-shibboleth.xml index 9a8d41bc..f61d07a1 100644 --- a/swamid-2.0/idp.hb.se-idp-shibboleth.xml +++ b/swamid-2.0/idp.hb.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:mdui="urn:oasis:names:tc:SAML:metadata:ui" entityID="https://idp.hb.se/idp/shibboleth"> + <Extensions> + <attr:EntityAttributes xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" xmlns:attr="urn:oasis:names:tc:SAML:metadata:attribute"> + <saml:Attribute xmlns="" 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> + </Extensions> <IDPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol urn:oasis:names:tc:SAML:1.1:protocol urn:mace:shibboleth:1.0"> <Extensions> <shibmd:Scope regexp="false">hb.se</shibmd:Scope> |