rack_entra_id_auth 1.0.2 → 1.0.3

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: 5423c7efc63ef1114c69f4fdf4ba39b36a2f2aaa51a0aa9edb040d22d3f8034d
4
- data.tar.gz: 96726463fbf27c7a11a7d5bd725ed47a476efc76165b00730b0ee1e1974d0358
3
+ metadata.gz: b0a2ea6b5c8890bdf9e35c1dc4d8b1dcce9ecd085d212948e83ae1621165698e
4
+ data.tar.gz: '095bdcaf3880329d01fecd0d70b4478e8f5850ce941989f172e46f1403917ec3'
5
5
  SHA512:
6
- metadata.gz: 5f68e45441641aea9888b1daa813b90f88da1e9b38bae0dbab7cb57723eb195b4e2b2a2843128a4f1069655f02b445b5735abf3a681649395c08d716c70504cd
7
- data.tar.gz: 97684c1d606dea307c9e3b86008c4b480447571c325c7804dbd72897be169c5e8bc3109038c87c3eb15efd845023b408e7fc85e8a0863d4da59ac9101b2fd9ba
6
+ metadata.gz: 02f0be8e2d05113930639578e75777cf1cb36764fefa4ca6cb1cc9b56dbdc805531463789c206976ab2ac8e0e4233dca5e42e47662e5d4e2d231b20065e46881
7
+ data.tar.gz: 01471a840c03d0bfed7958a8a96cfe2dc1d242a53e4615fcbd9515464009b1c082971b78d88e4f0a43053983c968f7f146d63781b3664558dcb53b552550d0ff
@@ -80,7 +80,7 @@ module RackEntraIdAuth
80
80
  # @return [String]
81
81
  #
82
82
  def relay_state_url
83
- request.get_header('rack.request.form_hash')['RelayState'] || request.params['RelayState']
83
+ request.get_header('rack.request.form_hash')['RelayState'] rescue request.params['RelayState'] || base_url
84
84
  end
85
85
 
86
86
  # A single sign-on response for the SAMLResponse in the request's header.
@@ -1,3 +1,3 @@
1
1
  module RackEntraIdAuth
2
- VERSION = '1.0.2'
2
+ VERSION = '1.0.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack_entra_id_auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Susco
@@ -119,7 +119,7 @@ licenses:
119
119
  - MIT
120
120
  metadata:
121
121
  bug_tracker_uri: https://github.com/dsusco/rack_entra_id_auth/issues
122
- changelog_uri: https://github.com/dsusco/rack_entra_id_auth/releases/tag/v1.0.2
122
+ changelog_uri: https://github.com/dsusco/rack_entra_id_auth/releases/tag/v1.0.3
123
123
  homepage_uri: https://github.com/dsusco/rack_entra_id_auth
124
124
  source_code_uri: https://github.com/dsusco/rack_entra_id_auth
125
125
  post_install_message: