Setup
Follow these steps if you have not created a Gitlab OAuth client yet.- Navigate to Gitlab OAuth Applications. For more information, check out GitLab’s Creating an OAuth App guide here.
- Create a New Application with the name, redirect uri, and desired scopes. You must include the openid, email, and profile scopes.
- Copy-paste the Redirect URI from the Dashboard into the Redirect URI field. Fill in remaining fields how you see fit.
Follow these steps if you already have an existing Gitlab OAuth client.
- Navigate to Gitlab OAuth Applications.
- Click on the application you’d like to use and press edit.
- Copy-paste the Redirect URI from the Dashboard into the Redirect URL. Under Scopes, make sure openid, email, and profile are selected.