files.com 1.1.726 → 1.1.727

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: 99d00ff3f6de44502b570e22218eecd9db83139f7e8a390164348b03338af067
4
- data.tar.gz: 224c7b2de16f38355ca2c965edbb91334b068d6493f7a8e33235c8f13643e566
3
+ metadata.gz: b420386b41a1c244b703db88adc99b13ee43edb1e5dbed6ece36831ee550e620
4
+ data.tar.gz: c20b1e21ac20e197d82a11273eb629dae3982fe52a97113ce5a8e6a543e8216f
5
5
  SHA512:
6
- metadata.gz: 95e8400e5d1ccefae4287f70d53a74076fafa70da9930dc683a2208856ea824bff349c84715e16f397fd358607bf596656277d701b84df71575ca6fe1b928ac5
7
- data.tar.gz: f0030b332879bc0d32f7d8b5c83ecfb8552654672cd5456bf6c13310cfd33d419fb0b3fed5a9792186b514feb7c93bfd169b931cabc763f938c02f7e8c969a35
6
+ metadata.gz: 89b1afce009f2e2f61d78c10b7384466366a460a7a78c7638dcdd5247c0e0eb2198ecb36af05237cbdc8bbdb6be68edb8d3b2cb0d1e745b8bf2b9c5f2cebe8b5
7
+ data.tar.gz: 30455587f01661b418c4b09dddcb77f621cb7fd2f8cfe450e7506347f1d534286890c8adf5560be2689d9a0d531558504e3e1cfdd5a3128e086b9b303239f800
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.726
1
+ 1.1.727
data/docs/sso_strategy.md CHANGED
@@ -74,7 +74,7 @@
74
74
  * `saml_provider_sso_target_url` (string): Identity provider SSO endpoint if saml_provider_metadata_url is not available.
75
75
  * `scim_authentication_method` (string): SCIM authentication type.
76
76
  * `scim_username` (string): SCIM username.
77
- * `scim_oauth_access_token` (string): SCIM OAuth Access Token.
77
+ * `scim_oauth_access_token` (string): SCIM OAuth Access Token. Only returned when the token is first issued or reset.
78
78
  * `scim_oauth_access_token_expires_at` (string): SCIM OAuth Access Token Expiration Time.
79
79
  * `subdomain` (string): Subdomain or domain name for your auth provider. Example: `https://[subdomain].okta.com/`
80
80
  * `provision_users` (boolean): Auto-provision users?
@@ -84,7 +84,7 @@ module Files
84
84
  @attributes[:scim_username]
85
85
  end
86
86
 
87
- # string - SCIM OAuth Access Token.
87
+ # string - SCIM OAuth Access Token. Only returned when the token is first issued or reset.
88
88
  def scim_oauth_access_token
89
89
  @attributes[:scim_oauth_access_token]
90
90
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.726"
4
+ VERSION = "1.1.727"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: files.com
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.726
4
+ version: 1.1.727
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com