* add app-builder doc updates on Table and themes * breakdown chart docs in two parts and add custom css for headers * update chart example images and add more examples * revamp table component and minor fixes * fix typos * fix table formatting for docusarus v3 * fix filepicker table * create new version * fix grammar and tables
1.9 KiB
| id | title |
|---|---|
| okta | Okta |
Okta Single Sign-on
-
Sign in to Okta developer console
-
Go to the
Applicationssection and click on theCreate App Integration
-
Select
Sign-in methodasOIDC - OpenID ConnectandApplication typeasWeb Application. Go to the next step
-
Enter
App integration nameand then enterSign-in redirect URIsas<YOUR-DOMAIN>/sso/okta.
-
Create application and configure
Client Credentialsin the UI.
-
If you wish to show your application on Okta, edit the application and select
Login initiated bysection asEither Okta or App, set visibility according to your preference andLogin flowshouldRedirect 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), its mandatory to change the Grant type - Client acting on behalf of a user section to Implicit (hybrid) and tick Allow Access Token with implicit grant type.
:::
- The Okta sign-in button will now be available in your ToolJet login screen.
:::info Find Well Known URL Refer to this Link: https://developer.okta.com/docs/concepts/auth-servers/#org-authorization-server :::