files.com 1.0.108 → 1.0.109

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: 25f50a7b22a0ce6961bef338ac56f24f8965eef17734dbac75dbfceaa17bcb26
4
- data.tar.gz: ee58bb0d063261711d08934ca91bb9ec7f87b50bd9205c4b5fb048faa9802847
3
+ metadata.gz: b59cab41d33457bbffc4a0d0d536c2af86947d6cc0f4655dea9e5e4ba5843ae6
4
+ data.tar.gz: 62971b3941be99b9fbc546b9a641d94d3c02632c51a67f7ef1771ac0289d7017
5
5
  SHA512:
6
- metadata.gz: 38a7bb9709b3946bdcf12601f385f66a7ab566c08749533263bc3d32f665d4420ba57090279ed46f2fb4fd32bf2303a92573ecb80cfd781cb5a03c947227ba14
7
- data.tar.gz: f66986f45017abe32cabc84e7103d29dc0e1329c1152d14d131e64edafa10069dd02da91d789404d31bdd7e9de8436878e995a927fde8a34f1951640264e981d
6
+ metadata.gz: 956c8660b3324077b7a3f62cc7bcb6244caead532f9ab2005a9d72afd145e83151a06c3fec8e66b1803ded3141382d805155059c5fd90ed3b33b4e91b260f61e
7
+ data.tar.gz: 4a22e77eff78368ef8fc7625c6435d5377179e6a63c69ee6cbad53e96a44d80e6f46cf0036f3b79563994ef973d1e3b9b3bc65b3ca4c1db4079d4ef8fe0b3356
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.108
1
+ 1.0.109
@@ -13,6 +13,7 @@
13
13
  "id": 1,
14
14
  "saml_provider_cert_fingerprint": "",
15
15
  "saml_provider_issuer_url": "",
16
+ "saml_provider_metadata_content": "",
16
17
  "saml_provider_metadata_url": "",
17
18
  "saml_provider_slo_target_url": "",
18
19
  "saml_provider_sso_target_url": "",
@@ -53,6 +54,7 @@
53
54
  * `id` (int64): ID
54
55
  * `saml_provider_cert_fingerprint` (string): Identity provider sha256 cert fingerprint if saml_provider_metadata_url is not available.
55
56
  * `saml_provider_issuer_url` (string): Identity provider issuer url
57
+ * `saml_provider_metadata_content` (string): Custom identity provider metadata
56
58
  * `saml_provider_metadata_url` (string): Metadata URL for the SAML identity provider
57
59
  * `saml_provider_slo_target_url` (string): Identity provider SLO endpoint
58
60
  * `saml_provider_sso_target_url` (string): Identity provider SSO endpoint if saml_provider_metadata_url is not available.
@@ -44,6 +44,11 @@ module Files
44
44
  @attributes[:saml_provider_issuer_url]
45
45
  end
46
46
 
47
+ # string - Custom identity provider metadata
48
+ def saml_provider_metadata_content
49
+ @attributes[:saml_provider_metadata_content]
50
+ end
51
+
47
52
  # string - Metadata URL for the SAML identity provider
48
53
  def saml_provider_metadata_url
49
54
  @attributes[:saml_provider_metadata_url]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: files.com
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.108
4
+ version: 1.0.109
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-24 00:00:00.000000000 Z
11
+ date: 2020-08-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable