Add omniauth_openid_connect gem for OIDC auth

This commit is contained in:
Anamika Aggarwal
2025-07-24 12:40:38 +00:00
parent eba1c4443c
commit eab5f52e19
2 changed files with 51 additions and 0 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"