diff options
author | Fredrik Domeij <fredrik.domeij@umu.se> | 2020-06-10 07:59:58 +0200 |
---|---|---|
committer | Fredrik Domeij <fredrik.domeij@umu.se> | 2020-06-10 08:00:53 +0200 |
commit | 963d34835a08f49cef8962d57fc900eeb0714835 (patch) | |
tree | 585c8d1b02169103d4dceb740c59e72288ca3f3c /swamid-2.0/idp.sunet.se-idp.xml | |
parent | 7382c3cd9103845da6303f0c4944c257be4e009c (diff) |
errorURL added to ladok3.its.umu.se
Diffstat (limited to 'swamid-2.0/idp.sunet.se-idp.xml')
-rw-r--r-- | swamid-2.0/idp.sunet.se-idp.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/swamid-2.0/idp.sunet.se-idp.xml b/swamid-2.0/idp.sunet.se-idp.xml index 8d9bab67..e288576d 100644 --- a/swamid-2.0/idp.sunet.se-idp.xml +++ b/swamid-2.0/idp.sunet.se-idp.xml @@ -72,17 +72,17 @@ jiN2PVb/fS119Yu9s/jk86TcHIATZtmc/h6y5FkHzADUHGPPNum92l027dPIVqeT <saml:SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://idp.sunet.se/Saml2SP/sso/redirect"/> <saml:SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://idp.sunet.se/Saml2SP/sso/post"/> </saml:IDPSSODescriptor> - <saml:Organization xmlns:saml="urn:oasis:names:tc:SAML:2.0:metadata"> + + + +<saml:Organization xmlns:saml="urn:oasis:names:tc:SAML:2.0:metadata"> <saml:OrganizationName xml:lang="en">SUNET</saml:OrganizationName> <saml:OrganizationDisplayName xml:lang="en">SUNET</saml:OrganizationDisplayName> <saml:OrganizationURL xml:lang="en">https://sunet.se</saml:OrganizationURL> - </saml:Organization> - <saml:ContactPerson xmlns:saml="urn:oasis:names:tc:SAML:2.0:metadata" contactType="technical"> + </saml:Organization><saml:ContactPerson xmlns:saml="urn:oasis:names:tc:SAML:2.0:metadata" contactType="technical"> <saml:GivenName>Technical</saml:GivenName> <saml:EmailAddress>mailto:noc@sunet.se</saml:EmailAddress> - </saml:ContactPerson> - <saml:ContactPerson xmlns:saml="urn:oasis:names:tc:SAML:2.0:metadata" contactType="support"> + </saml:ContactPerson><saml:ContactPerson xmlns:saml="urn:oasis:names:tc:SAML:2.0:metadata" contactType="support"> <saml:GivenName>Support</saml:GivenName> <saml:EmailAddress>mailto:noc@sunet.se</saml:EmailAddress> - </saml:ContactPerson> -</md:EntityDescriptor> + </saml:ContactPerson></md:EntityDescriptor> |