summaryrefslogtreecommitdiff
path: root/spec/lib/omni_auth
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-0/+2
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-131-26/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-061-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-201-1/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-041-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-181-0/+1
|
* Validate that SAML requests are originated from gitlabSebastian Arcila Valenzuela2019-09-301-0/+22
| | | | | | | | If the request wasn't initiated by gitlab we shouldn't add the new identity to the user, and instead show that we weren't able to link the identity to the user. This should fix: https://gitlab.com/gitlab-org/gitlab-ce/issues/56509
* Add frozen_string_literal to lib part 2Thong Kuah2019-08-231-0/+2
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Switch use of Rack::Request to ActionDispatch::RequestStan Hu2019-01-071-0/+2
| | | | | | | | | | As mentioned in https://gitlab.com/gitlab-org/gitlab-ee/issues/9035#note_129093444, Rails 5 switched ActionDispatch::Request so that it no longer inherits Rack::Request directly. A middleware that uses Rack::Request to read the environment may see stale request parameters if another middleware modifies the environment via ActionDispatch::Request. To be safe, we should be using ActionDispatch::Request everywhere.
* Support RSA and ECDSA algorithms in Omniauth JWTMichael Tsyganov2018-12-051-17/+53
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Eliminate constants warnings by:Lin Jen-Shin2018-06-011-3/+3
| | | | | * Replace `require` or `require_relative` with `require_dependency` * Remove unneeded `autoload`
* Adds spec for omni_auth jwt strategyTiago Botelho2018-04-261-0/+87