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

Change from login.unl.edu to shib.unl.edu endpoint

Requires update to phpCAS. Branch changed to master because 1.3.6 release isn't ready yet and that is required to work with shib.unl.edu
parent 1c9af593
Branches
Tags
No related merge requests found
[submodule "phpCAS"]
path = phpCAS
url = https://github.com/Jasig/phpCAS.git
branch = 1.3-stable
branch = master
......@@ -26,7 +26,7 @@ if (isset($_REQUEST['id'])) {
}
// initialize phpCAS
phpCAS::client(CAS_VERSION_2_0, 'login.unl.edu', 443, '/cas');
phpCAS::client(CAS_VERSION_2_0, 'shib.unl.edu', 443, '/idp/profile/cas');
// no SSL validation for the CAS server
phpCAS::setNoCasServerValidation();
......
Subproject commit 661db83b40f11f010d13152d7df6ec4ac79c951b
Subproject commit 7a949dee79aaadc16161d7d4863b5c0871546222
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment