diff options
author | Douwe Maan <douwe@gitlab.com> | 2018-03-27 09:06:12 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2018-03-27 09:06:12 +0000 |
commit | 678af224a235e621530e13dd2b96bf2b1caff725 (patch) | |
tree | cf0da8bdf099efdfac63f50d6b7c3cb33cac203e /doc/integration | |
parent | ffa73498b1c3125eec6d51db4502ab22da664773 (diff) | |
parent | 775796cdf776f00b5dafe27e2eaafff3f322c5a7 (diff) | |
download | gitlab-ce-678af224a235e621530e13dd2b96bf2b1caff725.tar.gz |
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.md | 1 |
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 |