For the complete documentation index, see llms.txt. This page is also available as Markdown.

SSO Using OAuth

Set up Single Sign-On for your Luciq organization using OAuth. Enable seamless team access with your existing identity provider and OAuth configuration.

Set up OAuth

Open or create an Auth0 application

1

Auth0: Create an account

Create an account in Auth0.

2

Auth0: Open the application list

In Auth0, go to Applications → Applications.

3

Auth0: Open the application

Open the default application.

Configure OAuth in Luciq

1

Luciq: Open OAuth settings

In Luciq, go to Account Management → Identity access management.

Click Configure next to OAuth.

2

Auth0 and Luciq: Copy the application credentials

Use the values from the Auth0 application page to fill the matching fields in Luciq:

  1. Copy Client ID from Auth0 to Client ID in Luciq.

  2. Copy Client Secret from Auth0 to Client Secret in Luciq.

  3. In Auth0, scroll to Advanced Settings → Endpoints.

    Copy the authorization and token endpoints to the matching URL fields in Luciq.

Add the callback URL in Auth0

1

Auth0: Add the Luciq callback URL

In Auth0, on the application settings page, add your Luciq company callback URL.

Enter it in Allowed Callback URLs.

You can add multiple callback URLs by separating them with a comma.

2

Luciq and Auth0: Save the configuration

Save your changes in Luciq.

Save your changes in Auth0.

To activate the integration, log in with SSO at least once after setup.

Last updated