Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ OAuth2 for GitLab allows accepting factories from private GitLab repositories.

Client ID:: a value from the `Application ID` field provided by GitLab server in previous step;
Client Secret:: a value from `Secret` field provided by GitLab server in previous step;
Authorization URL:: a URL which have a `++https://__<GITLAB_DOMAIN>__/oauth/oauth/authorize` format;
Token URL:: a URL which have a `++https://__<GITLAB_DOMAIN>__/oauth/oauth/token` format;
Scopes:: set of scopes which must contain (but not limited to) the following set: `api write_repository openid`
Authorization URL:: a URL which have a `https://__<GITLAB_DOMAIN>__/oauth/authorize` format;
Token URL:: a URL which have a `https://__<GITLAB_DOMAIN>__/oauth/token` format;
Scopes:: set of scopes which must contain (but not limited to) the following set: `api write_repository openid`;
Store Tokens:: needs to be enabled;
Store Tokens Readable:: needs to be enabled


+
[NOTE]
Expand Down