-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
42733: Restore CAS auth functionality #8434
base: release_8
Are you sure you want to change the base?
Conversation
- Allow phpCAS to unset variables - do not use deprecated setDebug() - fix call to phpCAS::client() by providing ILIAS base URL - Add more debug logging https://mantis.ilias.de/view.php?id=42733
yeah, just tell me what's expected and how to fix it. i suppose i will not change any copyright header. |
as per Code review: ILIAS-eLearning#8434 (comment) and try another copyright header as CI job still fails :-/
phpCAS::client( | ||
CAS_VERSION_2_0, | ||
$this->getSettings()->getServer(), | ||
$this->getSettings()->getPort(), | ||
$this->getSettings()->getUri() | ||
$this->getSettings()->getUri(), | ||
$baseUrl |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't we use ilUtil::_getHttpPath()
instead?
AllowphpCAS
tounset
variablesphpCAS::setDebug()
phpCAS::client()
by providing ILIAS base URLhttps://mantis.ilias.de/view.php?id=42733