files.com 1.1.217 → 1.1.218

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eec4ab9eac1178d034d0fa0e6dc6e8453c22d807cc5f4825e6c6d8206d4d88e6
4
- data.tar.gz: dfc7aa879b44c88d70a3d7a86c27963e41a04962502ee0a8a20afe5433536c85
3
+ metadata.gz: dd0863c53c2bdb4a6ec5c24ea30087cf632638dd8bb05084488b2ab1c1f256f6
4
+ data.tar.gz: 805980a35a7fd5889849ac25545b4ea9454bd0c7108301cb029545a551374417
5
5
  SHA512:
6
- metadata.gz: c48606bdf144db4c1690303e4fef783758620bfe148d4b6ba1a71861165295a14126bf0a1c957009b47c0b58498e4f4b73363b82467267775d671db7187124fe
7
- data.tar.gz: 85b248f2b8936c202123f8274e308ee71dd79656c3a23e02b0b7ab5f7523c1872a3495e0f8c4a1f8125656a462c5c7f06df5f09743fd9650c5b3079d4dc6da37
6
+ metadata.gz: ee4b6fe5e11fc346c1bf809a057effda62f06c25fd942ab1f7f8cdae0f5b537983e83098cc72a199a4da258e3ee9f03294d5ac1b4124412e03c0a345efd9d999
7
+ data.tar.gz: 747a28afdd216acd5c991572189f41d5b5ab50c509b1692a0c2fb10bdd8592f83c3bd67d4eba7de7782b73843311f51d5fbf2d5d54418241cdd9a614c72402a2
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.217
1
+ 1.1.218
data/docs/sso_strategy.md CHANGED
@@ -40,6 +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
44
  "ldap_base_dn": "example",
44
45
  "ldap_domain": "mysite.com",
45
46
  "enabled": true,
@@ -89,6 +90,7 @@
89
90
  * `provision_time_zone` (string): Default time zone for auto provisioned users.
90
91
  * `provision_company` (string): Default company for auto provisioned users.
91
92
  * `provision_require_2fa` (string): 2FA required setting for auto provisioned users.
93
+ * `identifier` (string): URL-friendly, unique identifier for Azure SAML configuration
92
94
  * `ldap_base_dn` (string): Base DN for looking up users in LDAP server
93
95
  * `ldap_domain` (string): Domain name that will be appended to LDAP usernames
94
96
  * `enabled` (boolean): Is strategy enabled? This may become automatically set to `false` after a high number and duration of failures.
@@ -189,6 +189,11 @@ module Files
189
189
  @attributes[:provision_require_2fa]
190
190
  end
191
191
 
192
+ # string - URL-friendly, unique identifier for Azure SAML configuration
193
+ def identifier
194
+ @attributes[:identifier]
195
+ end
196
+
192
197
  # string - Base DN for looking up users in LDAP server
193
198
  def ldap_base_dn
194
199
  @attributes[:ldap_base_dn]
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.217"
4
+ VERSION = "1.1.218"
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.217
4
+ version: 1.1.218
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-01-30 00:00:00.000000000 Z
11
+ date: 2025-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable