GitLab
Client ID
Description: This identifier is unique to your OAUTH application on GitLab.
Instructions:
Go to your GitLab OAUTH application settings.
Locate and copy the Client ID.
Paste the Client ID into the respective field on the integration page.
Client Secret
Description: This is a confidential key associated with your GitLab OAUTH application.
Instructions:
In the GitLab OAUTH application settings, find the Client Secret.
Copy and paste the Client Secret into the designated field.
3. Callback URL Configuration
Description: This URL is where GitLab will redirect users after they have granted or denied permission for your OAUTH application.
Instructions:
In your GitLab OAUTH application settings, set the Callback URL to align with the example provided, ensuring a consistent path.
The URL should adhere to the format:
https://[your-domain].com/settings/integration-settings/gitlab
.
Last updated