diff options
author | Rémy Coutable <remy@rymai.me> | 2018-06-19 09:54:29 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-06-19 09:54:29 +0000 |
commit | 05474b3505c954dcb3b3716ade80eba411e81f94 (patch) | |
tree | 14d2854ebd00e67e61d499a45ef4a29a5091a454 /doc | |
parent | 98822c0291e1bb63b939d41e16c9cd3abd780458 (diff) | |
parent | e612a491e2b9d3b8f3c661ce5c0bb033fddb1247 (diff) | |
download | gitlab-ce-05474b3505c954dcb3b3716ade80eba411e81f94.tar.gz |
Merge branch 'replace-omniauth.org-sedo-doc' into 'master'
Fix omniauth link, site has moved.
See merge request gitlab-org/gitlab-ce!19957
Diffstat (limited to 'doc')
-rw-r--r-- | doc/integration/omniauth.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/integration/omniauth.md b/doc/integration/omniauth.md index 3edde3de83d..82e8fbdb93e 100644 --- a/doc/integration/omniauth.md +++ b/doc/integration/omniauth.md @@ -168,7 +168,7 @@ want their accounts to be upgraded to full internal accounts. >**Note:** The following information only applies for installations from source. -GitLab uses [Omniauth](http://www.omniauth.org/) for authentication and already ships +GitLab uses [Omniauth](https://github.com/omniauth/omniauth) for authentication and already ships with a few providers pre-installed (e.g. LDAP, GitHub, Twitter). But sometimes that is not enough and you need to integrate with other authentication solutions. For these cases you can use the Omniauth provider. |