Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-11-08 03:10:26 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-08 03:10:26 +0300
commit9695fcf51937fbba91c8bf9ea076ba376fe2a4b1 (patch)
tree55b2c576e10348a2317da6cdf4e38af1dc16fb64 /doc/integration/oauth_provider.md
parent364e69bafd235e5689fba44bb5eef37305cb6c6d (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/integration/oauth_provider.md')
-rw-r--r--doc/integration/oauth_provider.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/integration/oauth_provider.md b/doc/integration/oauth_provider.md
index 23546fb4fd6..bedcbf23163 100644
--- a/doc/integration/oauth_provider.md
+++ b/doc/integration/oauth_provider.md
@@ -38,7 +38,7 @@ GitLab supports several ways of adding a new OAuth 2 application to an instance:
- [Instance-wide applications](#instance-wide-applications)
The only difference between these methods is the [permission](../user/permissions.md)
-levels. The default callback URL is `http://your-gitlab.example.com/users/auth/gitlab/callback`.
+levels. The default callback URL is `https://your-gitlab.example.com/users/auth/gitlab/callback` (you can also use a non-SSL URL, but you should use SSL URLs).
## User owned applications