Skip to content
Snippets Groups Projects
Commit cdb70989 authored by Ryan Rumbaugh's avatar Ryan Rumbaugh
Browse files

Merge branch '275-include-new-endpoint-in-https-itswebapp-sso-nebraska-edu' into 'master'

Resolve "Include new endpoint in https://itswebapp-sso.nebraska.edu"

Closes #275

See merge request !380
parents 57e03ad2 14df07ee
Branches
No related tags found
1 merge request!380Resolve "Include new endpoint in https://itswebapp-sso.nebraska.edu"
...@@ -4374,7 +4374,7 @@ ...@@ -4374,7 +4374,7 @@
<EntityDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" <EntityDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:shibmd="urn:mace:shibboleth:metadata:1.0" xsi:schemaLocation="urn:oasis:names:tc:SAML:2.0:metadata saml-schema-metadata-2.0.xsd urn:mace:shibboleth:metadata:1.0 shibboleth-metadata-1.0.xsd urn:oasis:names:tc:SAML:metadata:ui sstc-saml-metadata-ui-v1.0.xsd http://www.w3.org/2000/09/xmldsig# xmldsig-core-schema.xsd" entityID="https://aeschylus-sso.armssoftware.com/sp/shibboleth"> xmlns:shibmd="urn:mace:shibboleth:metadata:1.0" xsi:schemaLocation="urn:oasis:names:tc:SAML:2.0:metadata saml-schema-metadata-2.0.xsd urn:mace:shibboleth:metadata:1.0 shibboleth-metadata-1.0.xsd urn:oasis:names:tc:SAML:metadata:ui http://www.w3.org/2000/09/xmldsig# xmldsig-core-schema.xsd" entityID="https://aeschylus-sso.armssoftware.com/sp/shibboleth">
<SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol urn:oasis:names:tc:SAML:1.1:protocol http://schemas.xmlsoap.org/ws/2003/07/secext"> <SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol urn:oasis:names:tc:SAML:1.1:protocol http://schemas.xmlsoap.org/ws/2003/07/secext">
<Extensions> <Extensions>
<!-- Extension to permit the SP to receive IdP discovery responses. --> <!-- Extension to permit the SP to receive IdP discovery responses. -->
...@@ -17182,6 +17182,24 @@ ...@@ -17182,6 +17182,24 @@
Location="https://hierarchy.nebraska.edu/Shibboleth.sso/SLO/POST" /> Location="https://hierarchy.nebraska.edu/Shibboleth.sso/SLO/POST" />
<SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact" <SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact"
Location="https://hierarchy.nebraska.edu/Shibboleth.sso/SLO/Artifact" /> Location="https://hierarchy.nebraska.edu/Shibboleth.sso/SLO/Artifact" />
<AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
Location="https://its-security.nebraska.edu/Shibboleth.sso/SAML2/POST" index="1" />
<AssertionConsumerService
Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST-SimpleSign"
Location="https://its-security.nebraska.edu/Shibboleth.sso/SAML2/POST-SimpleSign"
index="2" />
<AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact"
Location="https://its-security.nebraska.edu/Shibboleth.sso/SAML2/Artifact" index="3" />
<AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:PAOS"
Location="https://its-security.nebraska.edu/Shibboleth.sso/SAML2/ECP" index="4" />
<SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP"
Location="https://its-security.nebraska.edu/Shibboleth.sso/SLO/SOAP" />
<SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"
Location="https://its-security.nebraska.edu/Shibboleth.sso/SLO/Redirect" />
<SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
Location="https://its-security.nebraska.edu/Shibboleth.sso/SLO/POST" />
<SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact"
Location="https://its-security.nebraska.edu/Shibboleth.sso/SLO/Artifact" />
</SPSSODescriptor> </SPSSODescriptor>
<Organization> <Organization>
<OrganizationName xml:lang="en-US"> <OrganizationName xml:lang="en-US">
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment