mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-22 22:17:55 +00:00
* docs: jira * docs: formatting + Client Credentials grant type * docs: connection string pgsql * docs: parameterized queries mysql * docs: parameterized queries in PostgreSQL * docs: update mysql example * docs: TJDB sql editor * docs: add metadata to REST API * docs: add, update postgresql media * docs: add metadata to graphql * docs: update parameterized queries * docs: add parameterized queries for mssql * docs: add SSL Cert to mysql * docs: TJDB SQL restricted commands * docs: update JIRA token location * docs: update delete issue example * docs: update find user by query example * docs: remove session id from get assignable users * docs: use correct image for get issues for board * docs: update create issue example * docs: update delete issue media * docs: update assignable users media * docs: update examples * docs: update key desc * docs: v2.68.0-Beta
38 lines
1.2 KiB
Markdown
38 lines
1.2 KiB
Markdown
---
|
|
id: general-settings
|
|
title: General Settings
|
|
---
|
|
|
|
# Single Sign-On General Settings
|
|
|
|
- Go to the **Workspace Settings** (⚙️) from the left sidebar in the ToolJet dashboard
|
|
<div style={{textAlign: 'center'}}>
|
|
|
|
<img className="screenshot-full" src="/img/sso/general/workside2-new.png" alt="General Settings: SSO" width="500"/>
|
|
|
|
</div>
|
|
|
|
- Select `SSO` from sidebar and then select **General Settings**
|
|
<div style={{textAlign: 'center'}}>
|
|
|
|
<img className="screenshot-full" src="/img/sso/general/sso2-new.png" alt="General Settings: SSO" width="500"/>
|
|
|
|
</div>
|
|
|
|
## Enable Signup
|
|
|
|
You can enable/disable `Enable signup`. If it is enabled, new account will be created for user's first time SSO sign in else only existing users will be allowed to sign in via SSO.
|
|
|
|
## Allowed domains
|
|
|
|
You can set allowed domains for SSO login, can add multiple domains comma separated. Allowed all domains by default.
|
|
|
|
## Login URL
|
|
|
|
You can use the login URL to login directly to the workspace. This will be hidden if Multi-Workspace is disabled.
|
|
|
|
<div style={{textAlign: 'center'}}>
|
|
|
|
<img className="screenshot-full" src="/img/sso/general/generalsettings2-new.png" alt="General Settings: SSO" />
|
|
|
|
</div>
|