diff options
author | Paul Scott <paul.scott@kau.se> | 2021-02-10 07:33:38 +0000 |
---|---|---|
committer | Paul Scott <paul.scott@kau.se> | 2021-02-10 07:33:38 +0000 |
commit | d35ee5bcf23151dfe26c3e8dd2551ee1380aa70f (patch) | |
tree | d539ccac1272acd226218dcf82182eb70dc4e696 /swamid-2.0 | |
parent | 4dcd8075ca6e8a9347d72b2384faf4d199413435 (diff) |
SWAMID-55 Add R&S and Contact information
Diffstat (limited to 'swamid-2.0')
-rw-r--r-- | swamid-2.0/drive-idp-proxy.sunet.se-sp.xml | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/swamid-2.0/drive-idp-proxy.sunet.se-sp.xml b/swamid-2.0/drive-idp-proxy.sunet.se-sp.xml index 1a12e604..e119f0f6 100644 --- a/swamid-2.0/drive-idp-proxy.sunet.se-sp.xml +++ b/swamid-2.0/drive-idp-proxy.sunet.se-sp.xml @@ -25,6 +25,11 @@ <ns2:SigningMethod xmlns:ns2="urn:oasis:names:tc:SAML:metadata:algsupport" Algorithm="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"/> <ns2:SigningMethod xmlns:ns2="urn:oasis:names:tc:SAML:metadata:algsupport" Algorithm="http://www.w3.org/2001/04/xmldsig-more#rsa-sha384"/> <ns2:SigningMethod xmlns:ns2="urn:oasis:names:tc:SAML:metadata:algsupport" Algorithm="http://www.w3.org/2001/04/xmldsig-more#rsa-sha512"/> + <mdattr:EntityAttributes xmlns:mdattr="urn:oasis:names:tc:SAML:metadata:attribute"> + <samla:Attribute xmlns:samla="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"> + <samla:AttributeValue>http://refeds.org/category/research-and-scholarship</samla:AttributeValue> + </samla:Attribute> + </mdattr:EntityAttributes> </md:Extensions> <ns0:SPSSODescriptor xmlns:ns0="urn:oasis:names:tc:SAML:2.0:metadata" AuthnRequestsSigned="false" WantAssertionsSigned="true" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"> <ns0:Extensions> @@ -109,12 +114,16 @@ nFazsTrNSZlEGo3j2eQJF+jcoe/dBg/fTJkDpehuCObZ6KOCGBIiYSu6wISlbti9 <ns0:OrganizationDisplayName xml:lang="en">SUNET Drive</ns0:OrganizationDisplayName> <ns0:OrganizationURL xml:lang="en">https://sunet.se</ns0:OrganizationURL> </ns0:Organization> + <ns0:ContactPerson xmlns:ns0="urn:oasis:names:tc:SAML:2.0:metadata" contactType="administrative"> + <ns0:GivenName>Richard Freitag</ns0:GivenName> + <ns0:EmailAddress>mailto:freitag@sunet.se</ns0:EmailAddress> + </ns0:ContactPerson> <ns0:ContactPerson xmlns:ns0="urn:oasis:names:tc:SAML:2.0:metadata" contactType="technical"> - <ns0:GivenName>Technical</ns0:GivenName> - <ns0:EmailAddress>mailto:noc@sunet.se</ns0:EmailAddress> + <ns0:GivenName>Jonas Hagström</ns0:GivenName> + <ns0:EmailAddress>mailto:jonas@nordu.net</ns0:EmailAddress> </ns0:ContactPerson> <ns0:ContactPerson xmlns:ns0="urn:oasis:names:tc:SAML:2.0:metadata" contactType="support"> - <ns0:GivenName>Support</ns0:GivenName> + <ns0:GivenName>Sunet NOC</ns0:GivenName> <ns0:EmailAddress>mailto:noc@sunet.se</ns0:EmailAddress> </ns0:ContactPerson> </md:EntityDescriptor> |