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:
authorDouwe Maan <douwe@gitlab.com>2018-03-27 12:06:12 +0300
committerDouwe Maan <douwe@gitlab.com>2018-03-27 12:06:12 +0300
commit678af224a235e621530e13dd2b96bf2b1caff725 (patch)
treecf0da8bdf099efdfac63f50d6b7c3cb33cac203e /doc/integration
parentffa73498b1c3125eec6d51db4502ab22da664773 (diff)
parent775796cdf776f00b5dafe27e2eaafff3f322c5a7 (diff)
Merge branch '43512-add-support-for-omniauth-jwt-provider' into 'master'
Resolve "Add support for omniauth-jwt provider" Closes #43512 See merge request gitlab-org/gitlab-ce!17774
Diffstat (limited to 'doc/integration')
-rw-r--r--doc/integration/omniauth.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/integration/omniauth.md b/doc/integration/omniauth.md
index 20087a981f9..3edde3de83d 100644
--- a/doc/integration/omniauth.md
+++ b/doc/integration/omniauth.md
@@ -32,6 +32,7 @@ contains some settings that are common for all providers.
- [Auth0](auth0.md)
- [Authentiq](../administration/auth/authentiq.md)
- [OAuth2Generic](oauth2_generic.md)
+- [JWT](../administration/auth/jwt.md)
## Initial OmniAuth Configuration