Vendor omniauth-azure-oauth2 gem
* Our ultimate goal is to upgrade `omniauth` to v2.0. See the related [issue](https://gitlab.com/gitlab-org/gitlab/-/issues/30073) * In order to upgrade `omniauth` to v2.0, we need to upgrade `omniauth-azure-oauth2` because the latter has a dependency on the former. * There is an open issue asking the maintainer to make `omniauth-azure-oauth2` compatible with `omniauth` v2.0 but the author advised forking the gem: https://github.com/marknadig/omniauth-azure-oauth2/pull/29#issuecomment-663113582 * There is a fork called `omniauth-azure-activedirectory-v2` that supports [*only* the 2.0 endpoints](https://github.com/RIPAGlobal/omniauth-azure-activedirectory-v2/pull/1) for Active Directory but we need to keep using `omniauth-azure-oauth2` for our customers who use the 1.0 ActiveDirectory endpoints * This MR vendors the gem and updates its `.gemspec` file so that it is compatible with `omniauth` v2.0 * We may deprecate our usage of this gem in the future [(issue)](https://gitlab.com/gitlab-org/gitlab/-/issues/366212) * MR where we vendored a different omniauth gem for same reasons: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/92485
显示
- .gitlab/ci/rules.gitlab-ci.yml 6 个添加, 0 个删除.gitlab/ci/rules.gitlab-ci.yml
- .gitlab/ci/vendored-gems.gitlab-ci.yml 8 个添加, 0 个删除.gitlab/ci/vendored-gems.gitlab-ci.yml
- Gemfile 1 个添加, 1 个删除Gemfile
- vendor/gems/omniauth-azure-oauth2/.gitlab-ci.yml 28 个添加, 0 个删除vendor/gems/omniauth-azure-oauth2/.gitlab-ci.yml
- vendor/gems/omniauth-azure-oauth2/CHANGELOG.md 31 个添加, 0 个删除vendor/gems/omniauth-azure-oauth2/CHANGELOG.md
- vendor/gems/omniauth-azure-oauth2/Gemfile 8 个添加, 0 个删除vendor/gems/omniauth-azure-oauth2/Gemfile
- vendor/gems/omniauth-azure-oauth2/Gemfile.lock 73 个添加, 0 个删除vendor/gems/omniauth-azure-oauth2/Gemfile.lock
- vendor/gems/omniauth-azure-oauth2/LICENSE 22 个添加, 0 个删除vendor/gems/omniauth-azure-oauth2/LICENSE
- vendor/gems/omniauth-azure-oauth2/README.md 161 个添加, 0 个删除vendor/gems/omniauth-azure-oauth2/README.md
- vendor/gems/omniauth-azure-oauth2/Rakefile 6 个添加, 0 个删除vendor/gems/omniauth-azure-oauth2/Rakefile
- vendor/gems/omniauth-azure-oauth2/examples/sinatra.rb 31 个添加, 0 个删除vendor/gems/omniauth-azure-oauth2/examples/sinatra.rb
- vendor/gems/omniauth-azure-oauth2/lib/omniauth-azure-oauth2.rb 1 个添加, 0 个删除...r/gems/omniauth-azure-oauth2/lib/omniauth-azure-oauth2.rb
- vendor/gems/omniauth-azure-oauth2/lib/omniauth/azure_oauth2.rb 1 个添加, 0 个删除...r/gems/omniauth-azure-oauth2/lib/omniauth/azure_oauth2.rb
- vendor/gems/omniauth-azure-oauth2/lib/omniauth/azure_oauth2/version.rb 5 个添加, 0 个删除...mniauth-azure-oauth2/lib/omniauth/azure_oauth2/version.rb
- vendor/gems/omniauth-azure-oauth2/lib/omniauth/strategies/azure_oauth2.rb 73 个添加, 0 个删除...auth-azure-oauth2/lib/omniauth/strategies/azure_oauth2.rb
- vendor/gems/omniauth-azure-oauth2/omniauth-azure-oauth2.gemspec 25 个添加, 0 个删除.../gems/omniauth-azure-oauth2/omniauth-azure-oauth2.gemspec
- vendor/gems/omniauth-azure-oauth2/spec/omniauth/strategies/azure_oauth2_spec.rb 332 个添加, 0 个删除...zure-oauth2/spec/omniauth/strategies/azure_oauth2_spec.rb
- vendor/gems/omniauth-azure-oauth2/spec/spec_helper.rb 2 个添加, 0 个删除vendor/gems/omniauth-azure-oauth2/spec/spec_helper.rb
- vendor/gems/omniauth_crowd/.gitlab-ci.yml 1 个添加, 1 个删除vendor/gems/omniauth_crowd/.gitlab-ci.yml
加载中
想要评论请 注册 或 登录