mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 15:40:01 -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 = {
|
||||
url: IPA.login_url,
|
||||
cache: false,
|
||||
async: false,
|
||||
type: "GET",
|
||||
success: success_handler,
|
||||
|
Loading…
Reference in New Issue
Block a user