Skip to content

Commit 09b76a6

Browse files
authored
Better explanation about the sso option (#948)
Better explanation about the sso option
1 parent 043e535 commit 09b76a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ var options = {
234234
- **redirectUrl {String}**: The url Auth0 will redirect back after authentication. Defaults to the empty string `""` (no redirect URL).
235235
- **responseMode {String}**: Should be set to `"form_post"` if you want the code or the token to be transmitted via an HTTP POST request to the `redirectUrl` instead of being included in its query or fragment parts. Otherwise, it should be ommited.
236236
- **responseType {String}**: Should be set to `"token"` for Single Page Applications, and `"code"` otherwise. Also, `"id_token"` is supported for the first case. Defaults to `"code"` when `redirectUrl` is provided, and to `"token"` otherwise.
237-
- **sso {Boolean}**: Determines whether to fetch Single Sign On data on show or not. Defaults to `true`. The Auth0 SSO session will be created regardless of this option if SSO is enabled for you client.
237+
- **sso {Boolean}**: Determines whether Single Sign On is enabled or not in **Lock**. The Auth0 SSO session will be created regardless of this option if SSO is enabled for your client or tenant.
238238
- **connectionScopes {Object}**: Allows to set scopes to be sent to the oauth2/social connection for authentication.
239239

240240
#### Social options

0 commit comments

Comments
 (0)