jonathanforking
Results
1
comments of
jonathanforking
I used this as a workaround for the issue in the meantime ``` InAppBrowser.open( keycloak .createLogoutUrl() .replace("redirect_uri", "post_logout_redirect_uri") + `&id_token_hint=${keycloak.idToken}` ).then(res => keycloak.clearToken()) ```