Skip to content

Announcing Enhanced VCS Integration ๐ŸŽ‰ ๐ŸŽ‰

Read more here โ†’

GitLab OIDC Setup Guideยป

If you'd like to set up the ability to sign in to your Spacelift account using an OIDC integration with GitLab, you've come to the right place. This example will walk you through the steps to get this setup, and you'll have Single Sign-On running in no time!

Warning

Before setting up SSO, it's recommended to create backup credentials for your Spacelift account for use in case of SSO misconfiguration, or for other break-glass procedures. You can find more about this in the Backup Credentials section.

Pre-requisitesยป

  • Spacelift account, with access to admin permissions
  • GitLab account, with permission to create GitLab Applications

Info

Please note you'll need to be an admin on the Spacelift account to access the account settings to configure Single Sign-On.

Configure Account Settingsยป

You'll need to visit the Spacelift account settings page to set up this integration, from the navigation side bar menu, select "Settings."

Click on Settings

Setup OIDCยป

Next, you'll want to click the Set Up box underneath the "OIDC Settings" section. This will expand some configuration we will need to fill out in a few minutes, which we will be obtaining from GitLab. For now copy the authorized redirect URL as we will need to provide GitLab this URL when configuring our GitLab application.

Click on Set Up

GitLab: Create GitLab Applicationยป

Within your GitLab account, visit the Applications section of your account.

Navigate to GitLab Applications within your account.

Create your GitLab Application as shown, the application's Name can be whatever you'd like. Spacelift sounds like a great name to use though.

Remember the authorized redirect URL we copied earlier from Spacelift? We'll need that in this step. You'll want to paste that URL into the Redirect URI input as shown.

Ensure that the openId, profile and email scopes are check'd.

Click Save Application.

Complete the GitLab Application Configuration

Configure OIDC Settingsยป

Now that we have the GitLab Application setup, we'll need to take the Application ID and Secret to configure the Spacelift OIDC Settings.

Application ID = Spacelift's Client ID

Secret = Spacelift's Secret

In Spacelift, the Provider URL depends on where you are using GitLab, if you are using GitLab.com this value can be set as https://gitlab.com

Info

When setting your Provider URL within Spacelift, do not include a trailing slash "/" at the end of your URL or you may receive an error.

Copy the Application ID and Secret values to your Spacelift OIDC configuration

Copy the values from GitLab into your Spacelift OIDC Settings.

GitLab OIDC Setup Completedยป

That's it! Your OIDC integration with GitLab should now be fully configured.