KEYCLOAK-15595: update keycloak js for KEYCLOAK-15595
while working on cordova+angular+ios the keycloak logout is not working. as the user clicks logout the user can again see the app instead of the inappbrowser page for login. with clearcache=yes in the inappbrowser open the issue appears no more.
This commit is contained in:
parent
f265d1d662
commit
443bd4a1ba
1 changed files with 1 additions and 1 deletions
|
@ -1496,7 +1496,7 @@
|
||||||
var promise = createPromise();
|
var promise = createPromise();
|
||||||
|
|
||||||
var logoutUrl = kc.createLogoutUrl(options);
|
var logoutUrl = kc.createLogoutUrl(options);
|
||||||
var ref = cordovaOpenWindowWrapper(logoutUrl, '_blank', 'location=no,hidden=yes');
|
var ref = cordovaOpenWindowWrapper(logoutUrl, '_blank', 'location=no,hidden=yes,clearcache=yes');
|
||||||
|
|
||||||
var error;
|
var error;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue