diff options
Diffstat (limited to 'swamid-interfederations-2.0/ieeexplore.ieee.org-shibboleth-sp.xml')
-rw-r--r-- | swamid-interfederations-2.0/ieeexplore.ieee.org-shibboleth-sp.xml | 57 |
1 files changed, 30 insertions, 27 deletions
diff --git a/swamid-interfederations-2.0/ieeexplore.ieee.org-shibboleth-sp.xml b/swamid-interfederations-2.0/ieeexplore.ieee.org-shibboleth-sp.xml index 56866161..9f1b0252 100644 --- a/swamid-interfederations-2.0/ieeexplore.ieee.org-shibboleth-sp.xml +++ b/swamid-interfederations-2.0/ieeexplore.ieee.org-shibboleth-sp.xml @@ -1,10 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> -<md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://ieeexplore.ieee.org/shibboleth-sp"> - <md:Extensions> +<EntityDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://ieeexplore.ieee.org/shibboleth-sp"> + <!-- + This is an "XploreDigital Library" RightAccess SP for The Institute of Electrical And Electronics Engineers, Incorporated. + --> + <Extensions> <mdrpi:RegistrationInfo xmlns:mdrpi="urn:oasis:names:tc:SAML:metadata:rpi" registrationAuthority="http://ukfederation.org.uk"/> - </md:Extensions> - <md:SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:1.1:protocol urn:oasis:names:tc:SAML:2.0:protocol"> - <md:KeyDescriptor> + </Extensions> + <SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:1.1:protocol urn:oasis:names:tc:SAML:2.0:protocol"> + <KeyDescriptor> <ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#"> <ds:X509Data> <ds:X509Certificate> @@ -24,25 +27,25 @@ </ds:X509Certificate> </ds:X509Data> </ds:KeyInfo> - </md:KeyDescriptor> - <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://ieeexplore.ieee.org/Shibboleth/Shibboleth.sso/SAML2/POST" index="1"/> - <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST-SimpleSign" Location="https://ieeexplore.ieee.org/Shibboleth/Shibboleth.sso/SAML2/POST-SimpleSign" index="2"/> - <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact" Location="https://ieeexplore.ieee.org/Shibboleth/Shibboleth.sso/SAML2/Artifact" index="3"/> - <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:1.0:profiles:browser-post" Location="https://ieeexplore.ieee.org/Shibboleth/Shibboleth.sso/SAML/POST" index="4"/> - </md:SPSSODescriptor> - <md:Organization> - <md:OrganizationName xml:lang="en">The Institute of Electrical And Electronics Engineers, Incorporated</md:OrganizationName> - <md:OrganizationDisplayName xml:lang="en">IEEE XploreDigital Library</md:OrganizationDisplayName> - <md:OrganizationURL xml:lang="en">http://www.ieee.org/</md:OrganizationURL> - </md:Organization> - <md:ContactPerson contactType="support"> - <md:GivenName>Don</md:GivenName> - <md:SurName>Caldwell</md:SurName> - <md:EmailAddress>mailto:d.caldwell@ieee.org</md:EmailAddress> - </md:ContactPerson> - <md:ContactPerson contactType="technical"> - <md:GivenName>Mehul</md:GivenName> - <md:SurName>Trivedi</md:SurName> - <md:EmailAddress>mailto:mh.trivedi@ieee.org</md:EmailAddress> - </md:ContactPerson> -</md:EntityDescriptor> + </KeyDescriptor> + <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://ieeexplore.ieee.org/Shibboleth/Shibboleth.sso/SAML2/POST" index="1"/> + <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST-SimpleSign" Location="https://ieeexplore.ieee.org/Shibboleth/Shibboleth.sso/SAML2/POST-SimpleSign" index="2"/> + <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact" Location="https://ieeexplore.ieee.org/Shibboleth/Shibboleth.sso/SAML2/Artifact" index="3"/> + <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:1.0:profiles:browser-post" Location="https://ieeexplore.ieee.org/Shibboleth/Shibboleth.sso/SAML/POST" index="4"/> + </SPSSODescriptor> + <Organization> + <OrganizationName xml:lang="en">The Institute of Electrical And Electronics Engineers, Incorporated</OrganizationName> + <OrganizationDisplayName xml:lang="en">IEEE XploreDigital Library</OrganizationDisplayName> + <OrganizationURL xml:lang="en">http://www.ieee.org/</OrganizationURL> + </Organization> + <ContactPerson contactType="support"> + <GivenName>Don</GivenName> + <SurName>Caldwell</SurName> + <EmailAddress>mailto:d.caldwell@ieee.org</EmailAddress> + </ContactPerson> + <ContactPerson contactType="technical"> + <GivenName>Mehul</GivenName> + <SurName>Trivedi</SurName> + <EmailAddress>mailto:mh.trivedi@ieee.org</EmailAddress> + </ContactPerson> +</EntityDescriptor> |