From 39ad765fc97ea3c4d91d67804b51d45dd4df83e6 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Thu, 17 Sep 2020 10:57:55 +0200 Subject: [PATCH] Update javascript-adapter.adoc --- securing_apps/topics/oidc/javascript-adapter.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/securing_apps/topics/oidc/javascript-adapter.adoc b/securing_apps/topics/oidc/javascript-adapter.adoc index d00a3fbc9f..e7c4819b2d 100644 --- a/securing_apps/topics/oidc/javascript-adapter.adoc +++ b/securing_apps/topics/oidc/javascript-adapter.adoc @@ -455,7 +455,6 @@ to {project_name} will contain the scope parameter `scope=openid address phone`. provider instead. More info in the link:{adminguide_link}#_client_suggested_idp[Identity Provider documentation]. * action - If value is `register` then user is redirected to registration page, otherwise to login page. * locale - Sets the 'ui_locales' query param in compliance with https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest[section 3.1.2.1 of the OIDC 1.0 specification]. -* kcLocale - Specifies the desired Keycloak locale for the UI. This differs from the locale param in that it tells the Keycloak server to set a cookie and update the user's profile to a new preferred locale. * cordovaOptions - Specifies the arguments that are passed to the Cordova in-app-browser (if applicable). Options `hidden` and `location` are not affected by these arguments. All available options are defined at https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-inappbrowser/. Example of use: `{ zoom: "no", hardwareback: "yes" }`; ====== createLoginUrl(options)