omniauth-suomifi 0.6.2 → 0.6.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: 06c8999872e4f947d69c4c942bd507052fe99a3187b1eb9431fc5bed85e39402
4
- data.tar.gz: 03e36ad409d752a71d4b1b1edb5c5398856c2d0b82d98c8bb92c77ed4582f3c8
3
+ metadata.gz: 3145f5edab1c7f635c55c21d23eee97fba96657bf156076ec700261dc962e142
4
+ data.tar.gz: 0da243959e4f569866ec5bdcf97c686f2e08dfeacc6e38fbd514452f3cd0859e
5
5
  SHA512:
6
- metadata.gz: df2caddab2c1592e824f1fb338f864349c8a6309b1999f664764afb46d16dc13f44a6b96048ded76020bcdeabcb583c3c468a60af0ccc8d4e3eebf2023f969a0
7
- data.tar.gz: 579b0c5e580f757fefe744537aa73e69ba4f89a5f3bb72f1bcab408834940586f9d54d58f78fbd9c9e2a89a8478cfe7ad3be3c24354c561c5ceeb52090cf8cfb
6
+ metadata.gz: c7888c909cb1f4c55a6b89f788c8754242eac7d1f0b6bdcd58efc1e60827a0d824e50300b44226994e10d12afe2137ac27c5a338f1b7b671652b7d525110a0af
7
+ data.tar.gz: a8d854ea5d5bc6cb16ed5e78e3f93fd50eb25aa5b89539ebc0f8f22c4ec00c2b5efd3e6cfaf0ef3c543ca974c78693225609776a59a5551f20cd1d173c6a70de
@@ -529,6 +529,8 @@ module OmniAuth
529
529
  authn_request = OneLogin::RubySaml::Authrequest.new
530
530
  locale = locale_for_authn_request
531
531
 
532
+ session["saml_redirect_url"] = request.params["redirect_url"]
533
+
532
534
  with_settings do |settings|
533
535
  url = authn_request.create(settings, additional_params_for_authn_request)
534
536
  url += "&locale=#{CGI.escape(locale)}" unless locale.nil?
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAuth
4
4
  module Suomifi
5
- VERSION = '0.6.2'
5
+ VERSION = '0.6.3'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-suomifi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Antti Hukkanen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-23 00:00:00.000000000 Z
11
+ date: 2024-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth-saml