-
Notifications
You must be signed in to change notification settings - Fork 9
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
Don't alter routes from the CAS module #90
Comments
This change was done in #71. Also in the PR no explanation is given why is it necessary to replace the existing path with |
Hello @pfrenssen , which parts of the CAS module functionality is broken? For the
|
I'm writing a Behat test trait that will make it easy to run authentication tests against CAS. I want to make this trait reusable for all projects that are using the CAS module, but as soon as I install oe_authentication this trait no longer works since the Since I could not see any reason given for making the default path inaccessible I am assuming the actual requirement was to have the |
For some reason the module is altering the path of the
cas.login
route to/eulogin
. This is breaking the functionality as documented in the CAS module. There is no value in doing this.The code responsible for this is as follows, as you can see there is no reason given to explain why this breaking change is required:
Also no reason is given for altering the
proxyCallback
controller.Please make sure that these paths are made available without breaking the default URLs provided by the CAS module.
The text was updated successfully, but these errors were encountered: