mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-22 05:57:20 +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
2.1 KiB
2.1 KiB
| id | title |
|---|---|
| okta | Okta |
Okta Single Sign-On
-
Sign in to the Okta developer console.
-
Navigate to the Applications section and click Create App Integration.
- Select OIDC - OpenID Connect as the Sign-in method and Web Application as the Application type. Click on the Next button.
- Enter an App integration name and set the Sign-in redirect URIs to
<YOUR-DOMAIN>/sso/openid.
- Create the application and configure Client Credentials in the UI.
- To display your application on Okta, edit the application and set the following:
- Login initiated by: Either Okta or App
- Set visibility according to your preference
- Login flow: Redirect to app to initiate login (OIDC Compliant)
:::info Change Grant type To change the Login flow to Redirect to app to initiate login (OIDC Compliant), you must change the Grant type in the Client acting on behalf of a user section to Implicit (hybrid) and enable Allow Access Token with implicit grant type. :::
- The Okta sign-in button will now appear on your ToolJet login screen.
:::info Find Well Known URL For more information on finding the Well Known URL, refer to the Okta Auth Servers documentation. :::