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

Use shib CAS

parent b452e495
No related branches found
No related tags found
No related merge requests found
......@@ -74,9 +74,9 @@ class elggSimpleCas {
}
// Setup CAS
$config = find_plugin_settings('cas_auth_unl');
$options = array('hostname' => $config->casurl,
'port' => $config->casport,
'uri' => $config->casuri);
$options = array('hostname' => 'shib.unl.edu',
'port' => 443,
'uri' => 'idp/profile/cas';
$protocol = new SimpleCAS_Protocol_Version2($options);
$request = $protocol->getRequest();
// 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.
Finish editing this message first!
Please register or to comment