Skip to content
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

Open
wants to merge 4 commits into
base: release_8
Choose a base branch
from

Conversation

Rillke
Copy link
Contributor

@Rillke Rillke commented Nov 14, 2024

  • Allow phpCAS to unset variables
  • do not use deprecated phpCAS::setDebug()
  • fix call to phpCAS::client() by providing ILIAS base URL
  • Add more debug logging

https://mantis.ilias.de/view.php?id=42733

- 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
@Rillke
Copy link
Contributor Author

Rillke commented Nov 14, 2024

copyright is not as expected in Services/CAS/classes/class.ilAuthProviderCAS.php
copyright is not as expected in src/HTTP/Wrapper/SuperGlobalDropInReplacement.php

yeah, just tell me what's expected and how to fix it. i suppose i will not change any copyright header.

phpCAS::client(
CAS_VERSION_2_0,
$this->getSettings()->getServer(),
$this->getSettings()->getPort(),
$this->getSettings()->getUri()
$this->getSettings()->getUri(),
$baseUrl
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants