]> git.koha-community.org Git - koha.git/commit
Bug 23042: Only include GET params in return URL for Shibboleth
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 13 Jun 2019 16:02:33 +0000 (17:02 +0100)
committerLucas Gass <lucas@bywatersolutions.com>
Fri, 22 Nov 2019 17:36:41 +0000 (17:36 +0000)
commitc63d9489863778c3a059fc7c9d67e953c8c1b3e5
tree33b4336fd328892958f928e78c5e50c647d1fd28
parentdfb77c680c2457908b54e087751bcf83be6c7197
Bug 23042: Only include GET params in return URL for Shibboleth

The shibboleth return target included POST parameters in the URL string,
this meant that a failed local login POST would include the username and
password used in the attemtped login in plaintext in the redirect URL
that is appended to the shibboleth login URL.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
C4/Auth_with_shibboleth.pm