From d98e0a25b5c47f249be190b992e9454fdeae6c49 Mon Sep 17 00:00:00 2001 From: Gregor Tudan Date: Mon, 9 Jul 2018 12:47:23 +0200 Subject: [PATCH] KEYCLOAK-2606: set an explicit anchor for the cordova chapter --- securing_apps/topics/oidc/javascript-adapter.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/securing_apps/topics/oidc/javascript-adapter.adoc b/securing_apps/topics/oidc/javascript-adapter.adoc index f005dd782c..4bec2fa923 100644 --- a/securing_apps/topics/oidc/javascript-adapter.adoc +++ b/securing_apps/topics/oidc/javascript-adapter.adoc @@ -161,6 +161,7 @@ For the Hybrid flow, you need to pass the parameter `flow` with value `hybrid` t keycloak.init({ flow: 'hybrid' }) ---- +[#hybrid-apps-with-cordova] ==== Hybrid Apps with Cordova Keycloak support hybird mobile apps developed with https://cordova.apache.org/[Apache Cordova]. The Javascript adapter has two modes for this: `cordova` and `cordova-native`: