ToolJet/docs/versioned_docs/version-2.12.0/user-authentication/sso/openid/setup.md
Shubhendra Singh Chauhan 0be7df2b71
[docs] Marketplace 1.2 (#6969)
* [docs]harperdb nosql

* [docs]new operations in dynamodb

* [docs] minor changes in dynamodb

* [docs]redis revamp with encode-decode

* [docs]azure blob gds

* [docs]graphql authentication type udpate

* [docs]added v2.12.0

* minor fix in how to use inspector

* minor fix in pdf&filepicker
2023-08-09 12:17:43 +05:30

1.4 KiB

id title
setup Setup
Available on: Paid plans

Configure OpenId Connect Single Sign-on

  • Go to the Workspace Settings (⚙️) from the left sidebar in the ToolJet dashboard

    General Settings: SSO
  • Select SSO from workspace options

    Okta: SSO
  • Select OpenId Connect.

    Okta: SSO
  • 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>}}

ssouserinfo