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

14 lines
420 B

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