From 30e0be35598de7de689e2eb1004d3810e0a524eb Mon Sep 17 00:00:00 2001 From: Steve Laing Date: Wed, 7 Jun 2023 14:34:53 +0100 Subject: [PATCH] Add omniauth azure gems --- Gemfile | 2 ++ Gemfile.lock | 29 +++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/Gemfile b/Gemfile index bc96038be0..e13affa922 100644 --- a/Gemfile +++ b/Gemfile @@ -18,6 +18,8 @@ gem "faraday" gem "indefinite_article" gem "jsbundling-rails" gem "okcomputer" +gem "omniauth-azure-activedirectory-v2", "~> 2.0" +gem "omniauth-rails_csrf_protection", "~> 1.0" gem "pagy" gem "pg" gem "propshaft" diff --git a/Gemfile.lock b/Gemfile.lock index 3718dc006b..a061edaac9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -254,6 +254,7 @@ GEM thor tilt hashdiff (1.0.1) + hashie (5.0.0) html-attributes-utils (1.0.0) activesupport (>= 6.1.4.4) httpclient (2.8.3) @@ -292,6 +293,7 @@ GEM minitest (5.18.1) msgpack (1.6.1) multi_json (1.15.0) + multi_xml (0.6.0) multipart-post (2.3.0) net-http-persistent (4.0.1) connection_pool (~> 2.2) @@ -313,7 +315,26 @@ GEM racc (~> 1.4) notifications-ruby-client (5.4.0) jwt (>= 1.5, < 3) + oauth2 (2.0.9) + faraday (>= 0.17.3, < 3.0) + jwt (>= 1.0, < 3.0) + multi_xml (~> 0.5) + rack (>= 1.2, < 4) + snaky_hash (~> 2.0) + version_gem (~> 1.1) okcomputer (1.18.4) + omniauth (2.1.1) + hashie (>= 3.4.6) + rack (>= 2.2.3) + rack-protection + omniauth-azure-activedirectory-v2 (2.0.1) + omniauth-oauth2 (~> 1.8) + omniauth-oauth2 (1.8.0) + oauth2 (>= 1.4, < 3) + omniauth (~> 2.0) + omniauth-rails_csrf_protection (1.0.1) + actionpack (>= 4.2) + omniauth (~> 2.0) orm_adapter (0.5.0) os (1.1.4) pagy (6.0.4) @@ -338,6 +359,8 @@ GEM rack (2.2.7) rack-attack (6.6.1) rack (>= 1.0, < 3) + rack-protection (3.0.6) + rack rack-test (2.1.0) rack (>= 1.3) rails (7.0.6) @@ -475,6 +498,9 @@ GEM site_prism-all_there (2.0) sitemap_generator (6.3.0) builder (~> 3.0) + snaky_hash (2.0.1) + hashie + version_gem (~> 1.1, >= 1.1.1) syntax_tree (6.1.1) prettier_print (>= 1.2.0) syntax_tree-haml (4.0.3) @@ -500,6 +526,7 @@ GEM validate_url (1.0.15) activemodel (>= 3.0.0) public_suffix + version_gem (1.1.3) view_component (3.0.0) activesupport (>= 5.2.0, < 8.0) concurrent-ruby (~> 1.0) @@ -559,6 +586,8 @@ DEPENDENCIES jsbundling-rails mail-notify okcomputer + omniauth-azure-activedirectory-v2 (~> 2.0) + omniauth-rails_csrf_protection (~> 1.0) pagy pg prettier_print