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

Update protocol to https and add localhost

parent 6ec19ff7
No related tags found
1 merge request!519Resolve "Update webapp2-dev omaha service"
...@@ -33341,11 +33341,14 @@ ...@@ -33341,11 +33341,14 @@
</ds:KeyInfo> </ds:KeyInfo>
</KeyDescriptor> </KeyDescriptor>
<SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" <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> <NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:persistent</NameIDFormat>
<AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" <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" /> 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> </SPSSODescriptor>
<Organization> <Organization>
<OrganizationName xml:lang="en-US">Web App2</OrganizationName> <OrganizationName xml:lang="en-US">Web App2</OrganizationName>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment