Update topics/oidc/javascript-adapter.adoc

This commit is contained in:
Stian Thorgersen 2016-06-10 13:19:59 +02:00
parent 3e756875b2
commit a36788f62f

View file

@ -254,7 +254,7 @@ Redirects to login form on (options is an optional object with redirectUri and/o
Options is an Object, where:
* redirectUri - Specifies the uri to redirect to after login.
* prompt - Can be set to 'none' to check if the user is logged in already (if not logged in, a login form is not displayed).
* prompt - By default the login screen is displayed if the user is not logged-in to {{book.project.name}}. To only authenticate to the application if the user is already logged-in and not display the login page if the user is not logged-in, set this option to `none`.
* loginHint - Used to pre-fill the username/email field on the login form.
* action - If value is 'register' then user is redirected to registration page, otherwise to login page.
* locale - Specifies the desired locale for the UI.