Merge pull request #7725 from matusb/feature/shibboleth-support
shibboleth authentication support
Showing
... | ... | @@ -27,6 +27,7 @@ gem 'omniauth', "~> 1.1.3" |
gem 'omniauth-google-oauth2' | ||
gem 'omniauth-twitter' | ||
gem 'omniauth-github' | ||
gem 'omniauth-shibboleth' | ||
# Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | ||
... | ... |
Please register or sign in to comment