chdemko / joomla-external-login

The External Login project allows Joomla! to manage external Authentication Servers
GNU General Public License v2.0
30 stars 19 forks source link

Logout redirect #26

Closed flashfs closed 7 years ago

flashfs commented 8 years ago

I think on new versions of the CAS server the url parameter of logout redirect should be 'service' and not 'url'. See https://jasig.github.io/cas/4.2.x/protocol/CAS-Protocol-Specification.html#logout

"Note: The url parameter defined in the former CAS 2.0 specification is not a valid parameter in CAS 3.0 anymore. CAS Servers MUST ignore given url parameters."

chdemko commented 7 years ago

In the code, it's named service and not url.