Create a Lucid OAuth 2.0 client
Register an application in the Lucid Developer Portal to obtain the Client ID and Client Secret used for OAuth 2.0 authorization.
Sign in to Lucid
Sign in to the Lucid Developer Portal with a user that has the developer role on your Lucid account.
Create an application
On the Applications tab, click Create Application and give the app a name.
- Open the app you just created to view its configuration.
Create an OAuth 2.0 client
Open the OAuth 2.0 tab of your application and create a new OAuth 2.0 client.
- Under Redirect URIs, click Add Redirect URI.
- Add the StackOne callback URL exactly:
https://api.stackone.com/connect/oauth2/lucid/callback
Configure the required scopes
Grant the OAuth client the scopes the connector’s actions need. Users approve these scopes on the Lucid consent screen when they connect their account.
- Include offline_access so Lucid issues a refresh token (access tokens expire after 1 hour).
Copy the Client ID and Client Secret
Copy the generated credentials and paste them into the StackOne Connector profile.
- Copy the Client ID value into the Client ID field in the StackOne Connector profile.
- Copy the Client Secret value into the Client Secret field in the StackOne Connector profile.
- The Client Secret is shown only once — store it securely before leaving the page.
Creating the StackOne Connector Profile
To create the Connector Profile in StackOne for Lucid:Navigate to Connector Profiles
Create New Connector Profile
- Click + Connector Profile
- Search for and select Lucid
- Select Type as OAuth 2.0
- Fill out the fields using details retrieved from your provider:
- Client ID
- Client Secret
- Scopes (Optional)
- (Optional) Select Actions to be enabled for this Connector Profile
- Click Create profile