diff options
author | Paul Scott <paul.scott@kau.se> | 2016-06-08 12:52:56 +0200 |
---|---|---|
committer | Paul Scott <paul.scott@kau.se> | 2016-06-08 12:52:56 +0200 |
commit | f1cf8cba1ea2ec00f4862f33829aa0ee22845eb2 (patch) | |
tree | a3bed4adf91034ce41d115f7fec2cbaf32c93173 /swamid-2.0 | |
parent | 8f02d15010bf387006c9f8804270ac6d66e61792 (diff) |
Move login.fhs.se IdP from test to prod with hide from disc
Diffstat (limited to 'swamid-2.0')
-rw-r--r-- | swamid-2.0/login.fhs.se-adfs-services-trust.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/swamid-2.0/login.fhs.se-adfs-services-trust.xml b/swamid-2.0/login.fhs.se-adfs-services-trust.xml index f219f548..001c41bc 100644 --- a/swamid-2.0/login.fhs.se-adfs-services-trust.xml +++ b/swamid-2.0/login.fhs.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://login.fhs.se/adfs/services/trust"> + <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> + </Extensions> <RoleDescriptor xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:fed="http://docs.oasis-open.org/wsfed/federation/200706" xsi:type="fed:ApplicationServiceType" protocolSupportEnumeration="http://docs.oasis-open.org/ws-sx/ws-trust/200512 http://schemas.xmlsoap.org/ws/2005/02/trust http://docs.oasis-open.org/wsfed/federation/200706" ServiceDisplayName="Försvarshögskolan"> <KeyDescriptor use="encryption"> <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#"> |