Support Kerberos authentication for Git HTTP access
Add support for the Negotiate authentication protocol for Git HTTP access. This enables Kerberos ticket-based authentication for users who have a kerberos identity attached to their account.
Showing
... | ... | @@ -27,6 +27,7 @@ gem 'omniauth-bitbucket' |
gem 'omniauth-saml' | ||
gem 'doorkeeper', '2.1.3' | ||
gem "rack-oauth2", "~> 1.0.5" | ||
gem 'gssapi', group: :kerberos | ||
# Two-factor authentication | ||
gem 'devise-two-factor' | ||
... | ... |
Please register or sign in to comment