diff options
author | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2020-11-03 17:06:22 +0100 |
---|---|---|
committer | Björn Mattsson <Bjorn.Mattsson@bth.se> | 2020-11-03 17:06:22 +0100 |
commit | cbb9db722022c117688645d270c6827d565e41d6 (patch) | |
tree | d0f841d16695fe2f0f1b3e24843ac07f41d19732 | |
parent | 7efd642e403f97ed3b198a0433f56b0d92336dd6 (diff) |
Added contact info on request from PAX
-rw-r--r-- | swamid-2.0/crowd.sunet.se-shibboleth.xml | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/swamid-2.0/crowd.sunet.se-shibboleth.xml b/swamid-2.0/crowd.sunet.se-shibboleth.xml index c518dca7..066f7318 100644 --- a/swamid-2.0/crowd.sunet.se-shibboleth.xml +++ b/swamid-2.0/crowd.sunet.se-shibboleth.xml @@ -1,8 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -This is example metadata only. Do *NOT* supply it as is without review, -and do *NOT* provide it in real time to your partners. - --> <md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:mdrpi="urn:oasis:names:tc:SAML:metadata:rpi" xmlns:alg="urn:oasis:names:tc:SAML:metadata:algsupport" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui" xmlns:shibmd="urn:mace:shibboleth:metadata:1.0" entityID="https://crowd.sunet.se/shibboleth"> <md:Extensions> <mdrpi:RegistrationInfo registrationAuthority="http://www.swamid.se/"> @@ -100,4 +96,14 @@ og+StCZFRCgVG6Yoq6EYaJYK1DsUP+4hBlptoRNdLd4aYwdG52H3By9WhnAE8wQ= <md:OrganizationURL xml:lang="sv">https://www.sunet.se</md:OrganizationURL> <md:OrganizationURL xml:lang="en">https://www.sunet.se</md:OrganizationURL> </md:Organization> + <md:ContactPerson contactType="support"> + <md:GivenName>SUNET</md:GivenName> + <md:SurName>NOC</md:SurName> + <md:EmailAddress>mailto:noc@sunet.se</md:EmailAddress> + </md:ContactPerson> + <md:ContactPerson contactType="technical"> + <md:GivenName>SUNET</md:GivenName> + <md:SurName>NOC</md:SurName> + <md:EmailAddress>mailto:noc@sunet.se</md:EmailAddress> + </md:ContactPerson> </md:EntityDescriptor> |