Skip to content
Snippets Groups Projects
Commit d8fe5a59 authored by Michael Fairchild's avatar Michael Fairchild
Browse files

Use shib CAS

parent b452e495
Branches
Tags
No related merge requests found
...@@ -74,9 +74,9 @@ class elggSimpleCas { ...@@ -74,9 +74,9 @@ class elggSimpleCas {
} }
// Setup CAS // Setup CAS
$config = find_plugin_settings('cas_auth_unl'); $config = find_plugin_settings('cas_auth_unl');
$options = array('hostname' => $config->casurl, $options = array('hostname' => 'shib.unl.edu',
'port' => $config->casport, 'port' => 443,
'uri' => $config->casuri); 'uri' => 'idp/profile/cas';
$protocol = new SimpleCAS_Protocol_Version2($options); $protocol = new SimpleCAS_Protocol_Version2($options);
$request = $protocol->getRequest(); $request = $protocol->getRequest();
// SSL doesn't work right on login.unl.edu // SSL doesn't work right on login.unl.edu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment