saml2 3.1.4 → 3.1.5

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: 6af3303cbbfd4c78c055015c30df1772bddbee535f27144696c57464398f439e
4
- data.tar.gz: fd0fb87f88e987cf4fc081e7c4e833e12d3a7489662f314a5e5383e5f4278952
3
+ metadata.gz: 1d1d97014a04a384ea5202d3ee1295d3e54419aae9f15126e5fa231a46c70078
4
+ data.tar.gz: ce15238854862800449995cdc1b1f3c0e4847ab0724b40921dbc34b7b2caf713
5
5
  SHA512:
6
- metadata.gz: 5af19de37ce48ef31e22c18fa7eeaeb44c371d8751af579c2d2a06b6b1cd76579c64eba9b40a304a8da549937d0d7e0b9a8ef38439149be52567e0f424b85a9e
7
- data.tar.gz: 6a224a75ff2d4f6408adf1beb3ca4fa65c15be36d65173b5882b6a0223b5b71fd3499fa4364e53f47ccba5ebd6c746fa2c2433012a0bdcd698cdb864fafd6dd8
6
+ metadata.gz: e6debc7315d68e091ab205f1a6c253cc3ffe635cbff997bde1d012ebb46a8a0acdd61763dfe1a105d92204ce36f0be9ee72e554c946834a1112815d3a143231c
7
+ data.tar.gz: c36eb127d2fee66656d709677658c00142aed22b99b388f3a29a1b67c6578a2723225b01bcddb38e0e795a531c3955974f2ce6a98b1137c63518ba5819703945
data/lib/saml2/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SAML2
4
- VERSION = "3.1.4"
4
+ VERSION = "3.1.5"
5
5
  end
@@ -9,5 +9,6 @@
9
9
  schemaLocation="ws-federation.xsd"/>
10
10
  <import namespace="urn:oasis:names:tc:SAML:metadata:ext:query"
11
11
  schemaLocation="sstc-saml-metadata-ext-query.xsd"/>
12
-
12
+ <import namespace="urn:oasis:names:tc:SAML:metadata:algsupport"
13
+ schemaLocation="sstc-saml-metadata-algsupport-v1.0.xsd"/>
13
14
  </schema>
@@ -0,0 +1,54 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+
3
+ <!--
4
+
5
+ SAML v2.0 Metadata Profile for Algorithm Support Version 1.0
6
+ Committee Specification 01
7
+ 21 February 2011
8
+ Copyright (c) OASIS Open 2011. All rights reserved.
9
+ Source: http://docs.oasis-open.org/security/saml/Post2.0/sstc-saml-metadata-algsupport-v1.0-cs01.xsd
10
+
11
+ -->
12
+
13
+ <schema
14
+ targetNamespace="urn:oasis:names:tc:SAML:metadata:algsupport"
15
+ xmlns="http://www.w3.org/2001/XMLSchema"
16
+ xmlns:alg="urn:oasis:names:tc:SAML:metadata:algsupport"
17
+ elementFormDefault="unqualified"
18
+ attributeFormDefault="unqualified"
19
+ blockDefault="substitution"
20
+ version="1.0">
21
+
22
+ <annotation>
23
+ <documentation>
24
+ Document title: Metadata Extension Schema for SAML V2.0 Metadata Profile for Algorithm Support Version 1.0
25
+ Document identifier: sstc-saml-metadata-algsupport.xsd
26
+ Location: http://docs.oasis-open.org/security/saml/Post2.0/
27
+ Revision history:
28
+ V1.0 (June 2010):
29
+ Initial version.
30
+ (October 2010):
31
+ Add processContents="lax" to wildcards.
32
+ </documentation>
33
+ </annotation>
34
+
35
+ <element name="DigestMethod" type="alg:DigestMethodType"/>
36
+ <complexType name="DigestMethodType">
37
+ <sequence>
38
+ <any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
39
+ </sequence>
40
+ <attribute name="Algorithm" type="anyURI" use="required"/>
41
+ </complexType>
42
+
43
+ <element name="SigningMethod" type="alg:SigningMethodType"/>
44
+ <complexType name="SigningMethodType">
45
+ <sequence>
46
+ <any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
47
+ </sequence>
48
+ <attribute name="Algorithm" type="anyURI" use="required"/>
49
+ <attribute name="MinKeySize" type="positiveInteger"/>
50
+ <attribute name="MaxKeySize" type="positiveInteger"/>
51
+ </complexType>
52
+
53
+ </schema>
54
+
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: saml2
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.4
4
+ version: 3.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cody Cutrer
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-10-06 00:00:00.000000000 Z
11
+ date: 2024-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -215,6 +215,7 @@ files:
215
215
  - schemas/saml-schema-assertion-2.0.xsd
216
216
  - schemas/saml-schema-metadata-2.0.xsd
217
217
  - schemas/saml-schema-protocol-2.0.xsd
218
+ - schemas/sstc-saml-metadata-algsupport-v1.0.xsd
218
219
  - schemas/sstc-saml-metadata-ext-query.xsd
219
220
  - schemas/ws-addr.xsd
220
221
  - schemas/ws-authorization.xsd
@@ -243,7 +244,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
243
244
  - !ruby/object:Gem::Version
244
245
  version: '0'
245
246
  requirements: []
246
- rubygems_version: 3.4.19
247
+ rubygems_version: 3.1.6
247
248
  signing_key:
248
249
  specification_version: 4
249
250
  summary: SAML 2.0 Library