shib-rack 0.5.1 → 0.5.2

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: 936d0ae012be0de56da2a492d0249a59a5f42e19d698025a9e0cb0103b41c03f
4
- data.tar.gz: c74b04a0bbc18561a854cd6aaf5e5a159f4464dcf63b9259727af3f01f38cc40
3
+ metadata.gz: c650b321d7cc5e635f95aac7f566329c532458b2af98c7a7c7d36fb369f2325e
4
+ data.tar.gz: 1c3c0267a38bbd790c27543201efba09c5c26cc202e793f337ab85901c32b04b
5
5
  SHA512:
6
- metadata.gz: '07189e442bef3ee0cf723dd9c342191060a555c502eafd4981256558bdc483243dcb81b8aea455a958b1b5e27e04d5b5700098d9cb97f356a0f75c7b35608199'
7
- data.tar.gz: 75139be2a068f974bab68641616ca86f9b75339a0c25906ee65ec57745dcc5beaaa546d102ce88f025f93f4a0f8399ab8d3255c6878eabc88ad3093d8aa0305d
6
+ metadata.gz: d9b050a47ff9b0705088d98a88f5e704212c12dcba41ba0db93e63a2338a3cd2fa42aef23694b3da0f72c38e4afacb6c9cfdb11267722f6dde228856a55591c6
7
+ data.tar.gz: 7cae599087e85ed0492168b0873e92d21ae46bf77aedcc6aa48960cd02360f51284edd3088f5d8af92372d6f24da4d1fda9e51cf9ec616d2dfb808f102c7835c
@@ -14,6 +14,7 @@ identities:
14
14
  homeorganization: ernser.example.edu
15
15
  homeorganizationtype: urn:mace:terena.org:schac:homeOrganizationType:au:university
16
16
  unscoped_affiliation: staff;member
17
+ shib_identity_provider: https://idp.ernser.example.edu/idp/shibboleth
17
18
  affiliation: staff@ernser.example.edu;member@ernser.example.edu
18
19
 
19
20
  - persistent_id: https://login.schneidermoen.example.edu/idp/shibboleth!https://sp.example.edu/shibboleth!a4ee2cb2-d764-4e1c-90f2-c6756b83d538
@@ -26,6 +27,7 @@ identities:
26
27
  homeorganization: schneidermoen.example.org
27
28
  homeorganizationtype: urn:mace:terena.org:schac:homeOrganizationType:au:other
28
29
  unscoped_affiliation: member
30
+ shib_identity_provider: https://login.schneidermoen.example.edu/idp/shibboleth
29
31
  affiliation: member@schneidermoen.example.edu
30
32
 
31
33
  - targeted_id: https://idp.fritsch.example.edu/idp/shibboleth!https://sp.example.edu/shibboleth!R+kfUJVoLH+xfDX/0rPwCTTRfoHaS5QofNPlXmYU
@@ -38,6 +40,7 @@ identities:
38
40
  homeorganization: fritsch.example.edu
39
41
  homeorganizationtype: urn:mace:terena.org:schac:homeOrganizationType:au:university
40
42
  unscoped_affiliation: student;member
43
+ shib_identity_provider: https://idp.fritsch.example.edu/idp/shibboleth
41
44
  affiliation: student@fritsch.example.edu;member@fritsch.example.edu
42
45
 
43
46
  - auedupersonsharedtoken: a07fhxNyDIEa4DNYBTD1Bc3rTcz
@@ -62,6 +65,7 @@ identities:
62
65
  homeorganization: westmarks.example.edu
63
66
  homeorganizationtype: urn:mace:terena.org:schac:homeOrganizationType:au:university
64
67
  unscoped_affiliation: staff;member
68
+ shib_identity_provider: https://idp.westmarks.example.edu/idp/shibboleth
65
69
  affiliation: staff@westmarks.example.edu;member@westmarks.example.edu
66
70
 
67
71
  - targeted_id: https://idp.stroa.example.ac.ru/idp/shibboleth!https://sp.example.edu/shibboleth!JnNdHrBp8qYrHYM8dnXrPdV52whAHcc6bpmlsvw=
@@ -75,7 +79,9 @@ identities:
75
79
  homeorganization: stroa.example.ac.ru
76
80
  homeorganizationtype: urn:mace:terena.org:schac:homeOrganizationType:ru:university
77
81
  unscoped_affiliation: staff;member
82
+ shib_identity_provider: https://idp.stroa.example.ac.ru/idp/shibboleth
78
83
  affiliation: staff@stroa.example.ac.ru;member@stroa.example.ac.ru
79
84
 
80
85
  - persistent_id: https://idp.stammtillman.com/idp/shibboleth!https://sp.kemmer.biz/shibboleth!8ec8c711-d4f3-468a-8915-2df4a5194af5
81
86
  auedupersonsharedtoken: 2fZFr-HiRTD0Bhe4zR-hmIG_rn0
87
+ shib_identity_provider: https://idp.stammtillman.com/idp/shibboleth
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ShibRack
4
- VERSION = '0.5.1'
4
+ VERSION = '0.5.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shib-rack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shaun Mangelsdorf
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-02 00:00:00.000000000 Z
11
+ date: 2024-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rack