diff options
author | Anders Lördal <anders@lordal.se> | 2016-07-29 09:24:03 +0200 |
---|---|---|
committer | Anders Lördal <anders@lordal.se> | 2016-07-29 09:24:03 +0200 |
commit | ea336ea7628aae3ecaecb25de70fde5a30416e44 (patch) | |
tree | 7bb656eb04106affbba26e0db8fb12a6551c5899 /swamid-interfederations-2.0/www.uws.ac.uk-shibboleth.xml | |
parent | 3f03dfbb8c217620b2b514aabed8d12300483d94 (diff) |
http://metadata.ukfederation.org.uk/ukfederation-export.xml into swamid-interfederations-2.0
Diffstat (limited to 'swamid-interfederations-2.0/www.uws.ac.uk-shibboleth.xml')
-rw-r--r-- | swamid-interfederations-2.0/www.uws.ac.uk-shibboleth.xml | 53 |
1 files changed, 28 insertions, 25 deletions
diff --git a/swamid-interfederations-2.0/www.uws.ac.uk-shibboleth.xml b/swamid-interfederations-2.0/www.uws.ac.uk-shibboleth.xml index f74678e6..79e14681 100644 --- a/swamid-interfederations-2.0/www.uws.ac.uk-shibboleth.xml +++ b/swamid-interfederations-2.0/www.uws.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://www.uws.ac.uk/shibboleth"> - <md:Extensions> +<EntityDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://www.uws.ac.uk/shibboleth"> + <!-- + This is an IdP (owned by Eduserv) for the University of the West of Scotland. + --> + <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">uws.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/uws.ac.uk/c/ukfed"/> - <md:SingleSignOnService Binding="urn:mace:shibboleth:1.0:profiles:AuthnRequest" Location="https://login.openathens.net/saml/1/sso/uws.ac.uk/c/ukfed"/> - </md:IDPSSODescriptor> - <md:Organization> - <md:OrganizationName xml:lang="en">Eduserv</md:OrganizationName> - <md:OrganizationDisplayName xml:lang="en">University of the West of Scotland (Legacy Athens expires 31/10/13)</md:OrganizationDisplayName> - <md:OrganizationURL xml:lang="en">http://www.uws.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/uws.ac.uk/c/ukfed"/> + <SingleSignOnService Binding="urn:mace:shibboleth:1.0:profiles:AuthnRequest" Location="https://login.openathens.net/saml/1/sso/uws.ac.uk/c/ukfed"/> + </IDPSSODescriptor> + <Organization> + <OrganizationName xml:lang="en">Eduserv</OrganizationName> + <OrganizationDisplayName xml:lang="en">University of the West of Scotland (Legacy Athens expires 31/10/13)</OrganizationDisplayName> + <OrganizationURL xml:lang="en">http://www.uws.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> |