summaryrefslogtreecommitdiff
path: root/doc/integration/shibboleth.md
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-07-08 23:14:29 +0000
committerEvan Read <eread@gitlab.com>2019-07-08 23:14:29 +0000
commit0d4c6a14d81bb120b04e8edb76050110191435a9 (patch)
tree0d3240b491a513bec6c18fac9980cfe3bf9e1ddf /doc/integration/shibboleth.md
parentbaf6ea490278bb32dd0ba8f5f3b8b95029e66532 (diff)
downloadgitlab-ce-0d4c6a14d81bb120b04e8edb76050110191435a9.tar.gz
Update redirected links to final destinations
This updates redirected links in integration, update, user and workflow dirs. Should now link to final URLs to avoid redirect hops
Diffstat (limited to 'doc/integration/shibboleth.md')
-rw-r--r--doc/integration/shibboleth.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/integration/shibboleth.md b/doc/integration/shibboleth.md
index 616f3a76b2c..07c83c1a049 100644
--- a/doc/integration/shibboleth.md
+++ b/doc/integration/shibboleth.md
@@ -5,8 +5,8 @@ This documentation is for enabling shibboleth with omnibus-gitlab package.
In order to enable Shibboleth support in gitlab we need to use Apache instead of Nginx (It may be possible to use Nginx, however this is difficult to configure using the bundled Nginx provided in the omnibus-gitlab package). Apache uses mod_shib2 module for shibboleth authentication and can pass attributes as headers to omniauth-shibboleth provider.
To enable the Shibboleth OmniAuth provider you must configure Apache shibboleth module.
-Installation and configuration of module it self is out of scope of this document.
-Check <https://wiki.shibboleth.net/> for more info.
+The installation and configuration of the module itself is out of the scope of this document.
+Check <https://wiki.shibboleth.net/confluence/display/SP3/Apache> for more info.
You can find Apache config in gitlab-recipes (<https://gitlab.com/gitlab-org/gitlab-recipes/tree/master/web-server/apache>).