diff options
author | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2016-08-17 08:12:08 +0200 |
---|---|---|
committer | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2016-08-17 08:12:08 +0200 |
commit | 4a788710252f1127ae2068942aec128b0abea41d (patch) | |
tree | eef8f45f9bc0053eded37e59dfb12fa22e5e4e5d | |
parent | 4fccc9fc34bf63fb7ca267d58f40a8b306f5b076 (diff) |
Lagt till SIRTFI enligt förslag från Pål
-rw-r--r-- | swamid-2.0/idp2.bth.se-idp-shibboleth.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/swamid-2.0/idp2.bth.se-idp-shibboleth.xml b/swamid-2.0/idp2.bth.se-idp-shibboleth.xml index d2ff808b..25f9c92e 100644 --- a/swamid-2.0/idp2.bth.se-idp-shibboleth.xml +++ b/swamid-2.0/idp2.bth.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" entityID="https://idp2.bth.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" xmlns="" Name="urn:oasis:names:tc:SAML:attribute:assurance-certification" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"> + <saml:AttributeValue>https://refeds.org/sirtfi</saml:AttributeValue> + </saml:Attribute> + </mdattr: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">bth.se</shibmd:Scope> @@ -210,4 +217,8 @@ KWto/xyUQbv82gswLTMa9y869J9X9IcMEYjVxg== <EmailAddress>mailto:ithelpdesk@bth.se</EmailAddress> <TelephoneNumber>+46 455 381500</TelephoneNumber> </ContactPerson> + <ContactPerson xmlns:remd="http://refeds.org/metadata" contactType="other" remd:contactType="http://refeds.org/metadata/contactType/security"> + <GivenName>Security Response Team</GivenName> + <EmailAddress>mailto:abuse@bth.se</EmailAddress> + </ContactPerson> </EntityDescriptor> |