gitlab-org--gitlab-foss/spec/lib/gitlab/auth
Stan Hu 1be2ec2d04 Fix system hook not firing for blocked users when LDAP sign-in is used
An LDAP sign-in request results in a different request parameter than
a standard GitLab sign-in. Since Warden doesn't pass us the user that
was blocked, we first search for a `username` in the request parameters
and then look for `user.login`.

Closes #46307
2018-05-12 22:33:29 -07:00
..
ldap Auth::User classes refactor adds should_save? 2018-04-23 16:24:56 +01:00
o_auth Unify Saml::IdentityLinker and OAuth::IdentityLinker 2018-04-23 13:53:32 +01:00
saml Unify Saml::IdentityLinker and OAuth::IdentityLinker 2018-04-23 13:53:32 +01:00
blocked_user_tracker_spec.rb Fix system hook not firing for blocked users when LDAP sign-in is used 2018-05-12 22:33:29 -07:00
request_authenticator_spec.rb Renaming AuthenticationException to AuthenticationError 2017-11-17 13:33:21 +01:00
unique_ips_limiter_spec.rb
user_access_denied_reason_spec.rb Block access to API & git when terms are enforced 2018-05-10 17:02:27 +02:00
user_auth_finders_spec.rb Fixing request json mime type 2018-01-15 09:09:21 +00:00