Merge pull request #6046 from Anamika1608/oidc_auth

Add support for OIDC authentication
This commit is contained in:
Javi Martín
2025-09-01 19:55:10 +02:00
committed by GitHub
19 changed files with 441 additions and 6 deletions

View File

@@ -40,6 +40,7 @@ gem "omniauth-google-oauth2", "~> 1.2.1"
gem "omniauth-rails_csrf_protection", "~> 1.0.2"
gem "omniauth-saml", "~> 2.2.4"
gem "omniauth-twitter", "~> 1.4.0"
gem "omniauth_openid_connect", "~> 0.8.0"
gem "paranoia", "~> 3.0.1"
gem "pg", "~> 1.5.9"
gem "pg_search", "~> 2.3.7"