rack_entra_id_auth 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rack_entra_id_auth/entra_id_request.rb +1 -1
- data/lib/rack_entra_id_auth/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b0a2ea6b5c8890bdf9e35c1dc4d8b1dcce9ecd085d212948e83ae1621165698e
|
4
|
+
data.tar.gz: '095bdcaf3880329d01fecd0d70b4478e8f5850ce941989f172e46f1403917ec3'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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']
|
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.
|
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.
|
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.
|
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:
|