files.com 1.1.219 → 1.1.220

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: bf7aee31910ac8f77a9a0bd0988348cd62830d52dc5a2e9f9d9ef396b4c5107d
4
- data.tar.gz: 7fbf879bb7efe54723242376ad562512b7f62dffd6ede40653a60b8c51593b55
3
+ metadata.gz: 69bfb629a17ab3d6141d095aeb88c6ea3b946197e6cf8148865dcc5b13318409
4
+ data.tar.gz: c561ca64ca3e0cc601df96dbb0901788dfb34e5d3bbb7d2c768fe2b192252099
5
5
  SHA512:
6
- metadata.gz: f79115e8c160595cdf8fc0dd19ec83a2d71fc0c070d5401b4d874a969edb8202bcdc20864e6955dc49b78ac6058851db9fb71aa2c113e16fcb7c20dd7150730a
7
- data.tar.gz: dfd349c7d03d66e00c8e180849775cce78c1ddf88738c959aa967f41176f758210d5382cc38217e02e2bc68586768e9d4136aab45ebd7a5e6bab2f4b37ac5d44
6
+ metadata.gz: 12af9771810b903b9d92745645cefd6478fdcefe4e3781103d4d70a4cbf9eb8d056aa1b0111de97883d156320710101b72d20d3f22faebff6430d96da9d5502f
7
+ data.tar.gz: 95067c31cb489a6398d3d81e607c5e7d9880460cab727393fc272812edc90a1c4b3e244b6dbb3b2a0267767191114ff2c24b6692957f8fc68f7ef894924028c8
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.219
1
+ 1.1.220
data/docs/sso_strategy.md CHANGED
@@ -40,7 +40,7 @@
40
40
  "provision_time_zone": "Eastern Time (US & Canada)",
41
41
  "provision_company": "ACME Corp.",
42
42
  "provision_require_2fa": "always_require",
43
- "identifier": "",
43
+ "provider_identifier": "",
44
44
  "ldap_base_dn": "example",
45
45
  "ldap_domain": "mysite.com",
46
46
  "enabled": true,
@@ -90,7 +90,7 @@
90
90
  * `provision_time_zone` (string): Default time zone for auto provisioned users.
91
91
  * `provision_company` (string): Default company for auto provisioned users.
92
92
  * `provision_require_2fa` (string): 2FA required setting for auto provisioned users.
93
- * `identifier` (string): URL-friendly, unique identifier for Azure SAML configuration
93
+ * `provider_identifier` (string): URL-friendly, unique identifier for Azure SAML configuration
94
94
  * `ldap_base_dn` (string): Base DN for looking up users in LDAP server
95
95
  * `ldap_domain` (string): Domain name that will be appended to LDAP usernames
96
96
  * `enabled` (boolean): Is strategy enabled? This may become automatically set to `false` after a high number and duration of failures.
@@ -190,8 +190,8 @@ module Files
190
190
  end
191
191
 
192
192
  # string - URL-friendly, unique identifier for Azure SAML configuration
193
- def identifier
194
- @attributes[:identifier]
193
+ def provider_identifier
194
+ @attributes[:provider_identifier]
195
195
  end
196
196
 
197
197
  # string - Base DN for looking up users in LDAP server
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.219"
4
+ VERSION = "1.1.220"
5
5
  end
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.1.219
4
+ version: 1.1.220
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-02 00:00:00.000000000 Z
11
+ date: 2025-02-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable