You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the online documentaion: [Single Machine](https://docs.drone.io/installation/gitlab/single-machine/) | [Multi-Machine](https://docs.drone.io/installation/gitlab/multi-machine/)
4
+
3
5
## How to register OAuth application
4
6
5
7
Go to your GitLab [profile setting](https://gitlab.com/profile) and navigate to your account settings and choose `Applications` from the menu.
6
8
7
-
<imgsrc="images/gitlab-setup-01.png" />
9
+

8
10
9
11
Please make sure that your drone `Redirect URI` setting. It is very import the authorization callback URL matches your http(s) scheme and hostname exactly with **/authorize** (0.8) **/login** (1.0) as the path.
10
12
11
-
<imgsrc="images/gitlab-setup-02.png" />
13
+

12
14
13
15
Copy `Application ID` and `Secret`
14
16
15
-
<imgsrc="images/gitlab-setup-03.png" />
17
+

16
18
17
19
Open your drone home page in your browser and login as gitlab account.
0 commit comments