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 /Gemfile | |
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 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ gem 'omniauth-github', '~> 1.1.1' gem 'omniauth-gitlab', '~> 1.0.2' gem 'omniauth-google-oauth2', '~> 0.4.1' gem 'omniauth-kerberos', '~> 0.3.0', group: :kerberos +gem 'omniauth-oauth2-generic', '~> 0.2.2' gem 'omniauth-saml', '~> 1.7.0' gem 'omniauth-shibboleth', '~> 1.2.0' gem 'omniauth-twitter', '~> 1.2.0' |