[Koha-bugs] [Bug 11048] Fix logout redirection for CAS authentication

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Dec 22 23:23:25 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11048

Chris Cormack <chris at bigballofwax.co.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #21979|0                           |1
        is obsolete|                            |

--- Comment #3 from Chris Cormack <chris at bigballofwax.co.nz> ---
Created attachment 23768
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=23768&action=edit
Bug 11048: Fix logout redirection for CAS authentication

The logout redirection function after a CAS authentication was misused.
 This patch fixes it, and allows the CAS server to redirect the user back
 to the opac after logout.

Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

>From the Authen::Cas::Client documentation

logout_url [%args]
         "logout_url()" returns the CAS server's logout URL which can
     be used to redirect users to end
         authenticated sessions.  %args may contain the following
     optional parameter:

         *   url => $url

     If present, the CAS server will present the user
     with a link to the given URL once the user has logged out.

Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list