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.
Showing
... | ... | @@ -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' | ||
... | ... |
Please register or sign in to comment