files.com 1.1.219 → 1.1.220
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_VERSION +1 -1
- data/docs/sso_strategy.md +2 -2
- data/lib/files.com/models/sso_strategy.rb +2 -2
- data/lib/files.com/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 69bfb629a17ab3d6141d095aeb88c6ea3b946197e6cf8148865dcc5b13318409
|
4
|
+
data.tar.gz: c561ca64ca3e0cc601df96dbb0901788dfb34e5d3bbb7d2c768fe2b192252099
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 12af9771810b903b9d92745645cefd6478fdcefe4e3781103d4d70a4cbf9eb8d056aa1b0111de97883d156320710101b72d20d3f22faebff6430d96da9d5502f
|
7
|
+
data.tar.gz: 95067c31cb489a6398d3d81e607c5e7d9880460cab727393fc272812edc90a1c4b3e244b6dbb3b2a0267767191114ff2c24b6692957f8fc68f7ef894924028c8
|
data/_VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
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
|
-
"
|
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
|
-
* `
|
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
|
194
|
-
@attributes[:
|
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
|
data/lib/files.com/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2025-02-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: addressable
|