2023-02-28 19:56:58 +01:00
|
|
|
<p>
|
|
|
|
You are attempting to use the <strong>GitLab auth backend</strong>, but it
|
|
|
|
is not properly configured. To configure, please check the following:
|
|
|
|
</p>
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
You have added
|
2023-04-09 06:10:04 +02:00
|
|
|
<code>{{ root_domain_url }}/complete/gitlab/</code> as the callback URL
|
2023-02-28 19:56:58 +01:00
|
|
|
in the OAuth application in GitLab. You can register OAuth apps at
|
|
|
|
<a href="https://gitlab.com/profile/applications">GitLab
|
|
|
|
applications</a>.
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
You have set <code>{{ client_id_key_name }}</code> in
|
|
|
|
<code>{{ settings_path }}</code> and
|
|
|
|
<code>social_auth_gitlab_secret</code> in
|
|
|
|
<code>{{ secrets_path }}</code> with the values from your OAuth
|
|
|
|
application.
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
Navigate back to the login page and attempt the GitLab auth flow again.
|
|
|
|
</li>
|
|
|
|
</ul>
|