diff options
author | Paul Scott <paul.scott@kau.se> | 2017-01-10 19:38:55 +0100 |
---|---|---|
committer | Paul Scott <paul.scott@kau.se> | 2017-01-10 19:38:55 +0100 |
commit | 13f3a33ec1cce91425a16f8f162184582cbdaf1c (patch) | |
tree | 99882c9cd5c7bcf25ac62d0db9f0365491ccffbe /swamid-2.0/idp.sunet.se-idp.xml | |
parent | 7aa705cf74b5acca47919ee959f5f30b70ebb7fb (diff) |
Cleanup. Fixed a load of stuff make commit maked red!
Diffstat (limited to 'swamid-2.0/idp.sunet.se-idp.xml')
-rw-r--r-- | swamid-2.0/idp.sunet.se-idp.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/swamid-2.0/idp.sunet.se-idp.xml b/swamid-2.0/idp.sunet.se-idp.xml index 49c66711..c25da687 100644 --- a/swamid-2.0/idp.sunet.se-idp.xml +++ b/swamid-2.0/idp.sunet.se-idp.xml @@ -72,16 +72,16 @@ jiN2PVb/fS119Yu9s/jk86TcHIATZtmc/h6y5FkHzADUHGPPNum92l027dPIVqeT <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> - <saml:OrganizationName xml:lang="en">SUNET Staff Login</saml:OrganizationName> - <saml:OrganizationDisplayName xml:lang="en">SUNET Staff Login</saml:OrganizationDisplayName> + <saml:OrganizationName xml:lang="en">SUNET Employees</saml:OrganizationName> + <saml:OrganizationDisplayName xml:lang="en">SUNET Employees</saml:OrganizationDisplayName> <saml:OrganizationURL xml:lang="en">https://sunet.se</saml:OrganizationURL> </saml:Organization> <saml:ContactPerson contactType="technical"> <saml:GivenName>Technical</saml:GivenName> - <saml:EmailAddress>noc@sunet.se</saml:EmailAddress> + <saml:EmailAddress>mailto:noc@sunet.se</saml:EmailAddress> </saml:ContactPerson> <saml:ContactPerson contactType="support"> <saml:GivenName>Support</saml:GivenName> - <saml:EmailAddress>noc@sunet.se</saml:EmailAddress> + <saml:EmailAddress>mailto:noc@sunet.se</saml:EmailAddress> </saml:ContactPerson> </saml:EntityDescriptor> |