ToolJet/docs/versioned_docs/version-3.16.0-LTS/user-management/sso/oidc/onelogin.md
2025-12-19 15:35:09 +05:30

2.7 KiB
Raw Blame History

id title
onelogin OneLogin

OneLogin can be configured as an identity provider (IdP) using OpenID Connect (OIDC), an authentication protocol that securely verifies user identities through a trusted provider. This document explains how to obtain the required credentials from the OneLogin Console. Refer to the OIDC Setup guide to configure OIDC in your application.

Generating Client ID and Client Secret on OneLogin Admin Portal

  1. Log in to OneLogin. You'll need a domain for your organisation. You can get one by signing up for a Free trial on the home page.

  2. Go to the Administration page, then navigate to Applications > Applications > Add App. OneLogin: Add Application

  3. In the Find Applications page, search for OpenID Connect (OIDC) and Select OpenId Connect (OIDC). OneLogin: Find Application

  4. Enter the Display Name and keep the default configuration and click on Save.

  5. You'll need to create your user and add it to the OneLogin application that you just created. In the Naviagtion bar, go to Users > New User and create a user. After creating the user, open the user profile, go to Applications, and click the + icon to assign the user to the application you just created. OneLogin: Assign Application to User

  6. Select the application you just created and click Continue. The user will be added to the application.

At this point, the OneLogin application is ready. Next, youll collect the OIDC credentials required to configure ToolJet.

  1. Now go to your application > SSO and get the Client ID. To get the Client secret, click on Show client secret. To get the Well-known configuration URL, click Well-known Configuration and copy the URL. OneLogin: Configuration

  2. Go to ToolJet > Workspace settings > Workspace login > OpenID Connect > Add provider.

  3. Enter the details from step 7 and click Save changes. Then, copy the Redirect URL shown by ToolJet.

  4. Go to your OneLogin Application > Configuration > Paste the Redirect URL into the Redirect URIs section and click Save. OneLogin: Redirect URL