diff options
author | Leif Johansson <leifj@sunet.se> | 2016-08-10 13:20:23 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2016-08-10 13:20:23 +0200 |
commit | 1c34dc34648f587f64ad452aca002fa3249f3c0d (patch) | |
tree | 53284bf9a4a5edffd425d4d574fc53d14e80ac31 /swamid-interfederations-2.0/idp.hereford.ac.uk-shibboleth.xml | |
parent | be9b8c431aa0839db94c03f9d2774ccc8e12d6ae (diff) |
http://metadata.ukfederation.org.uk/ukfederation-export.xml into swamid-interfederations-2.0
Diffstat (limited to 'swamid-interfederations-2.0/idp.hereford.ac.uk-shibboleth.xml')
-rw-r--r-- | swamid-interfederations-2.0/idp.hereford.ac.uk-shibboleth.xml | 53 |
1 files changed, 28 insertions, 25 deletions
diff --git a/swamid-interfederations-2.0/idp.hereford.ac.uk-shibboleth.xml b/swamid-interfederations-2.0/idp.hereford.ac.uk-shibboleth.xml index 94d7ea63..b1dbe062 100644 --- a/swamid-interfederations-2.0/idp.hereford.ac.uk-shibboleth.xml +++ b/swamid-interfederations-2.0/idp.hereford.ac.uk-shibboleth.xml @@ -1,18 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> -<md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://idp.hereford.ac.uk/shibboleth"> - <md:Extensions> +<EntityDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://idp.hereford.ac.uk/shibboleth"> + <!-- + This is an IdP (owned by Eduserv) for Hereford Sixth Form College. + --> + <Extensions> <mdattr:EntityAttributes xmlns:mdattr="urn:oasis:names:tc:SAML:metadata:attribute"> <saml:Attribute xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" Name="http://macedir.org/entity-category" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"> <saml:AttributeValue>http://refeds.org/category/hide-from-discovery</saml:AttributeValue> </saml:Attribute> </mdattr:EntityAttributes> <mdrpi:RegistrationInfo xmlns:mdrpi="urn:oasis:names:tc:SAML:metadata:rpi" registrationAuthority="http://ukfederation.org.uk"/> - </md:Extensions> - <md:IDPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol urn:oasis:names:tc:SAML:1.1:protocol urn:mace:shibboleth:1.0"> - <md:Extensions> + </Extensions> + <IDPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol urn:oasis:names:tc:SAML:1.1:protocol urn:mace:shibboleth:1.0"> + <Extensions> <shibmd:Scope xmlns:shibmd="urn:mace:shibboleth:metadata:1.0" regexp="false">hereford.ac.uk</shibmd:Scope> - </md:Extensions> - <md:KeyDescriptor> + </Extensions> + <KeyDescriptor> <ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#"> <ds:X509Data> <ds:X509Certificate> @@ -40,21 +43,21 @@ </ds:X509Certificate> </ds:X509Data> </ds:KeyInfo> - </md:KeyDescriptor> - <md:SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://login.openathens.net/saml/2/sso/hereford.ac.uk/c/ukfed"/> - <md:SingleSignOnService Binding="urn:mace:shibboleth:1.0:profiles:AuthnRequest" Location="https://login.openathens.net/saml/1/sso/hereford.ac.uk/c/ukfed"/> - </md:IDPSSODescriptor> - <md:Organization> - <md:OrganizationName xml:lang="en">Eduserv</md:OrganizationName> - <md:OrganizationDisplayName xml:lang="en">Hereford Sixth Form College MD (no longer in use)</md:OrganizationDisplayName> - <md:OrganizationURL xml:lang="en">http://www.hereford.ac.uk/</md:OrganizationURL> - </md:Organization> - <md:ContactPerson contactType="support"> - <md:GivenName>Athens Helpdesk</md:GivenName> - <md:EmailAddress>mailto:athenshelp@eduserv.org.uk</md:EmailAddress> - </md:ContactPerson> - <md:ContactPerson contactType="technical"> - <md:GivenName>Athens Helpdesk</md:GivenName> - <md:EmailAddress>mailto:athenshelp@eduserv.org.uk</md:EmailAddress> - </md:ContactPerson> -</md:EntityDescriptor> + </KeyDescriptor> + <SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://login.openathens.net/saml/2/sso/hereford.ac.uk/c/ukfed"/> + <SingleSignOnService Binding="urn:mace:shibboleth:1.0:profiles:AuthnRequest" Location="https://login.openathens.net/saml/1/sso/hereford.ac.uk/c/ukfed"/> + </IDPSSODescriptor> + <Organization> + <OrganizationName xml:lang="en">Eduserv</OrganizationName> + <OrganizationDisplayName xml:lang="en">Hereford Sixth Form College MD (no longer in use)</OrganizationDisplayName> + <OrganizationURL xml:lang="en">http://www.hereford.ac.uk/</OrganizationURL> + </Organization> + <ContactPerson contactType="support"> + <GivenName>Athens Helpdesk</GivenName> + <EmailAddress>mailto:athenshelp@eduserv.org.uk</EmailAddress> + </ContactPerson> + <ContactPerson contactType="technical"> + <GivenName>Athens Helpdesk</GivenName> + <EmailAddress>mailto:athenshelp@eduserv.org.uk</EmailAddress> + </ContactPerson> +</EntityDescriptor> |