Skip to content
Snippets Groups Projects
Commit 582e4cf4 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

login to shib change

parent 6320bf35
Branches
No related tags found
No related merge requests found
...@@ -20,12 +20,12 @@ module Rack ...@@ -20,12 +20,12 @@ module Rack
end end
use Rack::Session::RackCASActiveRecordStore 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 session_store: RackCAS::ActiveRecordStore
Time.zone = "America/Chicago" 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_SS_ID = ServiceSpace.where(:name => 'Innovation Studio').first.id
NIS_TOOL_RESOURCE_CLASS_ID = 1 NIS_TOOL_RESOURCE_CLASS_ID = 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment