Skip to content

Commit a3b7413

Browse files
committed
doc fix
1 parent 396b1ab commit a3b7413

File tree

1 file changed

+1
-3
lines changed
  • documentation/configurator-configuration/sso-authentication

1 file changed

+1
-3
lines changed

documentation/configurator-configuration/sso-authentication/index.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ By default, SSO authentication is disabled. For enabling it put the following ke
1212
* `tenant` — read more about this parameter and boxyhq auth flow [here](https://boxyhq.com/docs/jackson/saml-flow#3-oauth-20-flow)
1313
* `product` — read more about this parameter and boxyhq auth flow [here](https://boxyhq.com/docs/jackson/saml-flow#3-oauth-20-flow)
1414
* `access_token_ttl_seconds` — time to live for SSO auth session.
15-
* `configurator_root_path` — root uri for configuration interface. This path will be used for redirect after SSO authorization.
1615

1716
```yaml
1817
sso:
@@ -21,13 +20,12 @@ sso:
2120
tenant: '___your_tenant___'
2221
product: '___your_product___'
2322
access_token_ttl_seconds: 86400,
24-
configurator_root_path: '/configurator'
2523
```
2624
2725
or you can configure it with env variable `JITSU_SSO_CONFIG`:
2826

2927
```
30-
export JITSU_SSO_CONFIG='{"provider": "boxyhq", "host": "https://boxyhq.com", "tenant": "boxyhq.com", "product": "jitsu", "access_token_ttl_seconds": 86400, "configurator_root_path": "/configurator"}'
28+
export JITSU_SSO_CONFIG='{"provider": "boxyhq", "host": "https://boxyhq.com", "tenant": "boxyhq.com", "product": "jitsu", "access_token_ttl_seconds": 86400}'
3129
```
3230
3331
After you have configured the SSO auth, the "Continue with SSO" button will appear on the authorization page.

0 commit comments

Comments
 (0)