diff options
author | Joe Marty <jmarty@iexposure.com> | 2017-02-07 14:43:08 -0600 |
---|---|---|
committer | Joe Marty <jmarty@iexposure.com> | 2017-02-13 12:54:57 -0600 |
commit | 93d4234efa43dea4165a8b0b87c51eb7d6131f28 (patch) | |
tree | 3428a3a70d9a687822a878feb79818c287b94885 /doc/integration/omniauth.md | |
parent | 49e44d88b90939ece219e2cffc11119854306bd9 (diff) | |
download | gitlab-ce-93d4234efa43dea4165a8b0b87c51eb7d6131f28.tar.gz |
Add omniauth-oauth2-generic strategy
- Allows configurable Single Sign On with most simple OAuth2 providers
- Adds documentation for the new strategy
Closes #26744
Diffstat (limited to 'doc/integration/omniauth.md')
-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 98a680d0dbe..47e20d7566a 100644 --- a/doc/integration/omniauth.md +++ b/doc/integration/omniauth.md @@ -31,6 +31,7 @@ contains some settings that are common for all providers. - [Azure](azure.md) - [Auth0](auth0.md) - [Authentiq](../administration/auth/authentiq.md) +- [OAuth2Generic](oauth2_generic.md) ## Initial OmniAuth Configuration |