Javascript Adapter - Documentation about login options 'cordovaOptions' (#395)
This commit is contained in:
parent
099a71f981
commit
e3da92cc24
1 changed files with 1 additions and 0 deletions
|
@ -277,6 +277,7 @@ provider instead. More info in the link:{adminguide_link}#_client_suggested_idp[
|
|||
* 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 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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue