From 42f2ce342c98ddff7f7ae2dc76cd8e010607cb4a Mon Sep 17 00:00:00 2001 From: Ryan Rumbaugh <rrumbaugh@nebraska.edu> Date: Mon, 3 Jun 2024 13:16:40 -0500 Subject: [PATCH] Resolve "Update webapp2-dev omaha service" --- nefed.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nefed.xml b/nefed.xml index 3b04f3f..7d5ab34 100644 --- a/nefed.xml +++ b/nefed.xml @@ -33341,11 +33341,14 @@ </ds:KeyInfo> </KeyDescriptor> <SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" - Location="http://webapp2-dev.unomaha.edu/~mcharris/badgr-integrations/uno/auth/saml/logout" /> + Location="https://webapp2-dev.unomaha.edu/~mcharris/badgr-integrations/uno/auth/saml/logout" /> <NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:persistent</NameIDFormat> <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" - Location="http://webapp2-dev.unomaha.edu/~mcharris/badgr-integrations/uno/auth/saml/authenticate" + Location="https://webapp2-dev.unomaha.edu/~mcharris/badgr-integrations/uno/auth/saml/authenticate" index="1" /> + <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" + Location="http://localhost/~mcharris/badgr-integrations/uno/auth/saml/authenticate" + index="2" /> </SPSSODescriptor> <Organization> <OrganizationName xml:lang="en-US">Web App2</OrganizationName> -- GitLab