From 582e4cf442f9ea3dcc18f9a6418becb93e3abd63 Mon Sep 17 00:00:00 2001 From: Eric Rasmussen <ericrasmussen1@gmail.com> Date: Fri, 7 Sep 2018 16:01:22 +0000 Subject: [PATCH] login to shib change --- app.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.rb b/app.rb index c6af0e7..c020605 100644 --- a/app.rb +++ b/app.rb @@ -20,12 +20,12 @@ module Rack end use Rack::Session::RackCASActiveRecordStore -use Rack::CAS, server_url: 'https://login.unl.edu/cas', +use Rack::CAS, server_url: 'https://shib.unl.edu/idp/profile/cas', session_store: RackCAS::ActiveRecordStore Time.zone = "America/Chicago" -DIRECTORY_URL = 'http://directory.unl.edu/' +DIRECTORY_URL = 'https://directory.unl.edu/' NIS_SS_ID = ServiceSpace.where(:name => 'Innovation Studio').first.id NIS_TOOL_RESOURCE_CLASS_ID = 1 -- GitLab