diff options
author | Tom Downes <thomas.downes@ligo.org> | 2018-07-03 21:38:31 -0500 |
---|---|---|
committer | Tom Downes <thomas.downes@ligo.org> | 2018-07-04 20:39:30 -0500 |
commit | 78981fe035c4876cc3e298a74ce87f755a50b67d (patch) | |
tree | 53b77803f10c6d38ad5d3e6e63f71f645bdff01b /Gemfile | |
parent | 116955c4533497e68abbddbace2eae0a07c98569 (diff) | |
download | gitlab-ce-78981fe035c4876cc3e298a74ce87f755a50b67d.tar.gz |
Update OmniAuth Shibboleth gem to latest to gain support
for handling multi-valued SAML assertions. Add documentation
of label argument for omniauth provider to override text
in login button.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ gem 'omniauth-google-oauth2', '~> 0.5.3' gem 'omniauth-kerberos', '~> 0.3.0', group: :kerberos gem 'omniauth-oauth2-generic', '~> 0.2.2' gem 'omniauth-saml', '~> 1.10' -gem 'omniauth-shibboleth', '~> 1.2.0' +gem 'omniauth-shibboleth', '~> 1.3.0' gem 'omniauth-twitter', '~> 1.4' gem 'omniauth_crowd', '~> 2.2.0' gem 'omniauth-authentiq', '~> 0.3.3' |