diff options
Diffstat (limited to 'swamid-interfederations-2.0/edugate.heanet.ie-shibboleth.xml')
-rw-r--r-- | swamid-interfederations-2.0/edugate.heanet.ie-shibboleth.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/swamid-interfederations-2.0/edugate.heanet.ie-shibboleth.xml b/swamid-interfederations-2.0/edugate.heanet.ie-shibboleth.xml index cea1453e..f927c78d 100644 --- a/swamid-interfederations-2.0/edugate.heanet.ie-shibboleth.xml +++ b/swamid-interfederations-2.0/edugate.heanet.ie-shibboleth.xml @@ -1,12 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> -<md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://edugate.heanet.ie/shibboleth"> +<md:EntityDescriptor xmlns:init="urn:oasis:names:tc:SAML:profiles:SSO:request-init" xmlns:idpdisc="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://edugate.heanet.ie/shibboleth"> <md:Extensions> <mdrpi:RegistrationInfo xmlns:mdrpi="urn:oasis:names:tc:SAML:metadata:rpi" registrationAuthority="http://www.heanet.ie" registrationInstant="2010-11-01T00:00:00Z"/> </md:Extensions> <md:SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"> <md:Extensions> - <init:RequestInitiator xmlns:init="urn:oasis:names:tc:SAML:profiles:SSO:request-init" Binding="urn:oasis:names:tc:SAML:profiles:SSO:request-init" Location="https://edugate.heanet.ie/Shibboleth.sso/DS"/> - <idpdisc:DiscoveryResponse xmlns:idpdisc="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Binding="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Location="https://edugate.heanet.ie/Shibboleth.sso/DS" index="0"/> + <init:RequestInitiator Binding="urn:oasis:names:tc:SAML:profiles:SSO:request-init" Location="https://edugate.heanet.ie/Shibboleth.sso/DS"/> + <idpdisc:DiscoveryResponse Binding="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" Location="https://edugate.heanet.ie/Shibboleth.sso/DS" index="0"/> <mdui:UIInfo xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui"> <mdui:DisplayName xml:lang="en">Edugate Resource Registry</mdui:DisplayName> <mdui:Description xml:lang="en">The Edugate Resource Registry website is a central administration tool for managing the Edugate federation and additional bilateral relationships. This website also serves @@ -103,16 +103,16 @@ The website will process your userid, name and email address to authorise access <md:ContactPerson contactType="administrative"> <md:GivenName>Glenn</md:GivenName> <md:SurName>Wearen</md:SurName> - <md:EmailAddress>glenn.wearen@heanet.ie</md:EmailAddress> + <md:EmailAddress>mailto:glenn.wearen@heanet.ie</md:EmailAddress> </md:ContactPerson> <md:ContactPerson contactType="support"> <md:GivenName>NOC</md:GivenName> <md:SurName>HEAnet</md:SurName> - <md:EmailAddress>noc@heanet.ie</md:EmailAddress> + <md:EmailAddress>mailto:noc@heanet.ie</md:EmailAddress> </md:ContactPerson> <md:ContactPerson contactType="technical"> <md:GivenName>NOC</md:GivenName> <md:SurName>HEAnet</md:SurName> - <md:EmailAddress>noc@heanet.ie</md:EmailAddress> + <md:EmailAddress>mailto:noc@heanet.ie</md:EmailAddress> </md:ContactPerson> </md:EntityDescriptor> |