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

Allow distinct CAS url for server-side requests vs client-side redirects #110

Open
donquixote opened this issue Feb 23, 2023 · 0 comments
Open

Comments

@donquixote
Copy link

I am using Nextcloud with docker-compose, with another container providing a CAS mock server.

The user_cas app (and underlying phpCAS) has to build CAS urls for two purposes:

  • For client-side redirects.
  • For server-side curl requests (to validate a login).

In a docker scenario, without additional tricks, these urls can be different.
It could be useful to support distinct settings for these urls.

Btw, I considered to open this issue in https://github.com/apereo/phpCAS.
But we are not even using the latest version of that, so I couldn't tell if this is not already working in latest phpCAS.

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

No branches or pull requests

1 participant