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
If you don't supply gitlabUrl, https.//www.gitlab.com/ will be used.
54
+
55
+
When using self hosted gitlab,
56
+
get the clientId and clientSecret from /admin/applications/ on your gitlab instance.
57
+
50
58
## Scopes
51
59
52
-
You can pass an array of scopes in your configuration, for example `['user', 'profile', 'api']`. You have a full list of scopes in the [Gitlab Oauth documentation](https://docs.gitlab.com/ee/integration/oauth_provider.html#authorized-applications)
60
+
You can pass an array of scopes in your configuration, for example `['read_user', 'profile', 'api']`. You have a full list of scopes in the [Gitlab Oauth documentation](https://docs.gitlab.com/ee/integration/oauth_provider.html#authorized-applications)
0 commit comments