prx_auth-rails 5.0.0 → 5.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bf94b7a4117fd51ed8b81e97822613f25ef10d9cd634b2d5d976809c2e50c281
4
- data.tar.gz: 4830822f96f9526bdf828b611ed1d4920a4919f27feed31ac259b51c32777516
3
+ metadata.gz: 78518e6f1ac8806d8b51a50834bfe59208bb778ff277e1685572268b30a41647
4
+ data.tar.gz: a855a3b4967db5f7bdfbca77d555d4d06e6cc482fd3caa85e6285b280ac441c4
5
5
  SHA512:
6
- metadata.gz: 8cdfcac52bffd86c335598f97fe76d93acceba591d4b709493374f7776eaf2eb7c10c1f4c57de17e0dbb6c40246fbb84c085972bd2d1e9800aacf73b1da0017a
7
- data.tar.gz: e28b6dc7e0255a764ca7eb9469b7f28d8727f9804fd6a750e9905c2fe11799935665d6b67bee441c8bb2081bb3c5f4f58e642336e634d55f74d9974ff4d0fd61
6
+ metadata.gz: 9d6d5ce5d77f09e51092482773890e9b27826e2dab76d4912cccb123ec361c1f4acee0a2076c553deb94cc7981ea89e8a7546ea4e561aa18621986c638102802
7
+ data.tar.gz: 59c1622e39c4ba7ad666bc8948ca68f495b87083a4f240068666688579ca6945187ad9d099297b872bf9d9e41d4f2d89c82691088c81ed4668e9e2f4e9de510e
@@ -8,7 +8,7 @@ module PrxAuth::Rails
8
8
 
9
9
  ID_NONCE_SESSION_KEY = "id_prx_openid_nonce"
10
10
  WILDCARD_SESSION_KEY = "prx.auth.wildcard"
11
- DEFAULT_SCOPES = "openid"
11
+ DEFAULT_SCOPES = "openid apps"
12
12
 
13
13
  def new
14
14
  config = PrxAuth::Rails.configuration
@@ -2,6 +2,6 @@
2
2
 
3
3
  module PrxAuth
4
4
  module Rails
5
- VERSION = "5.0.0"
5
+ VERSION = "5.0.1"
6
6
  end
7
7
  end
@@ -40,7 +40,7 @@ module PrxAuth::Rails
40
40
  PrxAuth::Rails.configuration.prx_scope = "feeder:*"
41
41
  get :new
42
42
  assert response.code == "302"
43
- assert_includes response.location, "scope=openid+feeder%3A%2A"
43
+ assert_includes response.location, "scope=openid+apps+feeder%3A%2A"
44
44
 
45
45
  session[@wildcard_key] = "true"
46
46
  get :new
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prx_auth-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.0
4
+ version: 5.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Rhoden
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-07 00:00:00.000000000 Z
10
+ date: 2025-04-08 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: actionpack