mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-22 22:17:55 +00:00
* [docs] conditional action #6304 * [docs] plotly bar mode * [docs] private app embed var * [doc] table: selectedCell * [doc]table nested data * [doc]number-decimal * [doc]buttontext * [doc]boundedbox:default data * [doc]multi-env updates * [doc]version 2.9.0 * commented: PR5926 * commented: PR5296 minor change
1.4 KiB
1.4 KiB
| id | title |
|---|---|
| setup | Setup |
Available on: Enterprise Edition
Configure OpenId Connect Single Sign-on
-
Go to the Workspace Settings (⚙️) from the left sidebar in the ToolJet dashboard
-
Select
SSOfrom workspace options
-
Select
OpenId Connect.
-
Find and set Name, Client Id, Client Secret, and Well Known URL from your Open Id provider.
Exposed User Info
If OpenID is configured on ToolJet version v2.6.2-ee2.1.0 or above, the ToolJet apps will expose the ssoUserInfo property under the currentUser variables. Check the Inspector doc to learn more.
The exposed user info can be dynamically accessed throughout the apps using JS {{globals.currentUser.ssoUserInfo.<key>}}