mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Disable caching of Web UI login_kerberos request
IE caches login_kerberos request so SSO doesn't work after logout. This patch disables the caching. https://fedorahosted.org/freeipa/ticket/2991
This commit is contained in:
parent
be144da672
commit
d227c70d15
@ -323,6 +323,7 @@ IPA.get_credentials = function() {
|
|||||||
|
|
||||||
var request = {
|
var request = {
|
||||||
url: IPA.login_url,
|
url: IPA.login_url,
|
||||||
|
cache: false,
|
||||||
async: false,
|
async: false,
|
||||||
type: "GET",
|
type: "GET",
|
||||||
success: success_handler,
|
success: success_handler,
|
||||||
|
Loading…
Reference in New Issue
Block a user