ToolJet/docs/versioned_docs/version-2.18.0/user-authentication/sso/openid/okta.md
Shubhendra Singh Chauhan 9f2ff94a12
[docs] platform 5.x (#7427)
* whtie label revamp

* minor changes

* updated beta info in copilot docs

* renamed gds to ds in overview doc of v2.15 onwards

* updated multienv: renamed gds to ds, updated screenshot

* updated multienv: app state description

* updated superadmin wrt new licensing updates

* licensing update: free trial

* updates in licensing

* changes after review

* [docs]updated restapi with bearer auth

* Update kubernetes-aks.md

* Update openshift.md

* Update ecs.md

* Update ecs.md

* Update kubernetes-gke.md

* Update kubernetes.md

* Update docker.md

* Update docker.md

* Update ecs.md

* Update google-cloud-run.md

* Update kubernetes-aks.md

* Update kubernetes-gke.md

* Update kubernetes.md

* Update openshift.md

* Update kubernetes-gke.md

* Update kubernetes-aks.md

* fixed ecs, removed heroku from 2.15 onwards

* updated digitalocean doc

* licensing doc changes and location

* Update digitalocean.md

* Update digitalocean.md

* added v2.18.0

---------

Co-authored-by: Adish M <44204658+adishM98@users.noreply.github.com>
2023-09-27 12:24:39 +05:30

1.9 KiB

id title
okta Okta

Okta Single Sign-on

  • Sign in to Okta developer console

  • Go to the Applications section and click on the Create App Integration

    Okta: SSO
  • Select Sign-in method as OIDC - OpenID Connect and Application type as Web Application. Go to the next step

    Okta: SSO
  • Enter App integration name and then enter Sign-in redirect URIs as <YOUR-DOMAIN>/sso/okta.

    Okta: SSO
  • Create application and configure Client Credentials in the UI.

    Okta: SSO
  • If you wish to show your application on Okta, edit the application and select Login initiated by section as Either Okta or App, set visibility according to your preference and Login flow should Redirect to app to initiate login (OIDC Compliant).

    Okta: SSO

:::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 :::