The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/packages/gitlab/gitlab_configure.html

13 lines
419 B

<template name="configureLoginServiceDialogForGitlab">
<p>
First, you'll need to get a Gitlab Client ID. Follow these steps:
</p>
<ol>
<li>
Visit <a href="https://gitlab.com/oauth/applications/new" target="blank">https://gitlab.com/oauth/applications/new</a>
</li>
<li>
Set Authorization callback URL to: <span class="url">{{siteUrl}}_oauth/gitlab</span>
</li>
</ol>
</template>