workos 1.6.0 → 2.1.1
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 +4 -4
- data/.ruby-version +1 -1
- data/.semaphore/semaphore.yml +2 -2
- data/Gemfile.lock +3 -3
- data/lib/workos/connection.rb +1 -1
- data/lib/workos/directory.rb +2 -2
- data/lib/workos/directory_sync.rb +29 -0
- data/lib/workos/profile.rb +1 -1
- data/lib/workos/sso.rb +38 -15
- data/lib/workos/types/connection_struct.rb +1 -1
- data/lib/workos/types/directory_struct.rb +2 -2
- data/lib/workos/types/profile_struct.rb +1 -1
- data/lib/workos/version.rb +1 -1
- data/lib/workos/webhooks.rb +8 -6
- data/spec/lib/workos/directory_sync_spec.rb +43 -10
- data/spec/lib/workos/sso_spec.rb +140 -2
- data/spec/lib/workos/webhooks_spec.rb +1 -1
- data/spec/support/fixtures/vcr_cassettes/directory_sync/get_directory_with_invalid_id.yml +83 -0
- data/spec/support/fixtures/vcr_cassettes/directory_sync/get_directory_with_valid_id.yml +84 -0
- data/spec/support/fixtures/vcr_cassettes/directory_sync/list_directories/with_after.yml +34 -22
- data/spec/support/fixtures/vcr_cassettes/directory_sync/list_directories/with_before.yml +36 -22
- data/spec/support/fixtures/vcr_cassettes/directory_sync/list_directories/with_domain.yml +30 -19
- data/spec/support/fixtures/vcr_cassettes/directory_sync/list_directories/with_limit.yml +31 -20
- data/spec/support/fixtures/vcr_cassettes/directory_sync/list_directories/with_no_options.yml +39 -21
- data/spec/support/fixtures/vcr_cassettes/directory_sync/list_directories/with_search.yml +32 -20
- metadata +7 -3
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://api.workos.com/directories?search=
|
5
|
+
uri: https://api.workos.com/directories?search=Testing
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -14,7 +14,7 @@ http_interactions:
|
|
14
14
|
Accept:
|
15
15
|
- "*/*"
|
16
16
|
User-Agent:
|
17
|
-
- WorkOS; ruby/3.0.
|
17
|
+
- WorkOS; ruby/3.0.2; x86_64-darwin19; v1.6.0
|
18
18
|
Authorization:
|
19
19
|
- Bearer <API_KEY>
|
20
20
|
response:
|
@@ -22,14 +22,14 @@ http_interactions:
|
|
22
22
|
code: 200
|
23
23
|
message: OK
|
24
24
|
headers:
|
25
|
-
|
26
|
-
-
|
25
|
+
Date:
|
26
|
+
- Sun, 31 Oct 2021 23:16:19 GMT
|
27
|
+
Content-Type:
|
28
|
+
- application/json; charset=utf-8
|
29
|
+
Transfer-Encoding:
|
30
|
+
- chunked
|
27
31
|
Connection:
|
28
32
|
- keep-alive
|
29
|
-
Vary:
|
30
|
-
- Origin, Accept-Encoding
|
31
|
-
Access-Control-Allow-Credentials:
|
32
|
-
- 'true'
|
33
33
|
Content-Security-Policy:
|
34
34
|
- 'default-src ''self'';base-uri ''self'';block-all-mixed-content;font-src ''self''
|
35
35
|
https: data:;frame-ancestors ''self'';img-src ''self'' data:;object-src ''none'';script-src
|
@@ -52,22 +52,34 @@ http_interactions:
|
|
52
52
|
- no-referrer
|
53
53
|
X-Xss-Protection:
|
54
54
|
- '0'
|
55
|
+
Vary:
|
56
|
+
- Origin, Accept-Encoding
|
57
|
+
Access-Control-Allow-Credentials:
|
58
|
+
- 'true'
|
55
59
|
X-Request-Id:
|
56
|
-
-
|
57
|
-
Content-Type:
|
58
|
-
- application/json; charset=utf-8
|
59
|
-
Content-Length:
|
60
|
-
- '305'
|
60
|
+
- 11c4f81a-6849-4809-8c57-a3d1b56612eb
|
61
61
|
Etag:
|
62
|
-
- W/"
|
63
|
-
Date:
|
64
|
-
- Mon, 07 Jun 2021 17:55:30 GMT
|
62
|
+
- W/"2f8-aWsjddKqVKL34/+wL752xfuiH2Q"
|
65
63
|
Via:
|
66
64
|
- 1.1 vegur
|
65
|
+
Cf-Cache-Status:
|
66
|
+
- DYNAMIC
|
67
|
+
Report-To:
|
68
|
+
- '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=t8d6LCrGu92dvmMmTECbvhqH82TcvvWNxTw%2Bz6jGMz8S0Y7mg91uXsTylK4KEs9uMr5gnnYAi%2FHAq1FwNpt5MoYMFTqfR1wDpE3UIsNusj%2F1TxwAUwx2J3BclqJl0riP44WITzFLdv66r3kd1g%3D%3D"}],"group":"cf-nel","max_age":604800}'
|
69
|
+
Nel:
|
70
|
+
- '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
|
71
|
+
Server:
|
72
|
+
- cloudflare
|
73
|
+
Cf-Ray:
|
74
|
+
- 6a7097250eb40baf-DFW
|
75
|
+
Alt-Svc:
|
76
|
+
- h3=":443"; ma=86400, h3-29=":443"; ma=86400, h3-28=":443"; ma=86400, h3-27=":443";
|
77
|
+
ma=86400
|
67
78
|
body:
|
68
|
-
encoding:
|
69
|
-
string: '{"object":"list","
|
70
|
-
|
79
|
+
encoding: ASCII-8BIT
|
80
|
+
string: '{"object":"list","data":[{"object":"directory","id":"directory_01FK17DWRHH7APAFXT5B52PV0W","organization_id":"org_01F6Q6TFP7RD2PF6J03ANNWDKV","name":"Testing
|
81
|
+
Active Attribute","external_key":"QArgyQQkq4G0MquM","type":"azure scim v2.0","state":"linked","created_at":"2021-10-27T15:55:47.856Z","updated_at":"2021-10-27T16:03:43.990Z","domain":"example.me"},{"object":"directory","id":"directory_01FCV1FRW3D93X8VBZBCAQWEVS","organization_id":"org_01F9293WD2PDEEV4Y625XPZVG7","name":"Testing","external_key":"p2TZ3heuEoyU2kWk","type":"azure
|
82
|
+
scim v2.0","state":"linked","created_at":"2021-08-11T16:42:20.416Z","updated_at":"2021-10-27T15:50:19.430Z","domain":"foo-corp.com"}],"list_metadata":{"before":null,"after":null},"listMetadata":{"before":null,"after":null}}'
|
71
83
|
http_version:
|
72
|
-
recorded_at:
|
84
|
+
recorded_at: Sun, 31 Oct 2021 23:16:19 GMT
|
73
85
|
recorded_with: VCR 5.0.0
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: workos
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 2.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- WorkOS
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-01-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sorbet-runtime
|
@@ -289,6 +289,8 @@ files:
|
|
289
289
|
- spec/support/fixtures/vcr_cassettes/audit_trail/get_events.yml
|
290
290
|
- spec/support/fixtures/vcr_cassettes/base/execute_request_unauthenticated.yml
|
291
291
|
- spec/support/fixtures/vcr_cassettes/directory_sync/delete_directory.yml
|
292
|
+
- spec/support/fixtures/vcr_cassettes/directory_sync/get_directory_with_invalid_id.yml
|
293
|
+
- spec/support/fixtures/vcr_cassettes/directory_sync/get_directory_with_valid_id.yml
|
292
294
|
- spec/support/fixtures/vcr_cassettes/directory_sync/get_group.yml
|
293
295
|
- spec/support/fixtures/vcr_cassettes/directory_sync/get_group_with_invalid_id.yml
|
294
296
|
- spec/support/fixtures/vcr_cassettes/directory_sync/get_user.yml
|
@@ -362,7 +364,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
362
364
|
- !ruby/object:Gem::Version
|
363
365
|
version: '0'
|
364
366
|
requirements: []
|
365
|
-
rubygems_version: 3.
|
367
|
+
rubygems_version: 3.3.5
|
366
368
|
signing_key:
|
367
369
|
specification_version: 4
|
368
370
|
summary: API client for WorkOS
|
@@ -384,6 +386,8 @@ test_files:
|
|
384
386
|
- spec/support/fixtures/vcr_cassettes/audit_trail/get_events.yml
|
385
387
|
- spec/support/fixtures/vcr_cassettes/base/execute_request_unauthenticated.yml
|
386
388
|
- spec/support/fixtures/vcr_cassettes/directory_sync/delete_directory.yml
|
389
|
+
- spec/support/fixtures/vcr_cassettes/directory_sync/get_directory_with_invalid_id.yml
|
390
|
+
- spec/support/fixtures/vcr_cassettes/directory_sync/get_directory_with_valid_id.yml
|
387
391
|
- spec/support/fixtures/vcr_cassettes/directory_sync/get_group.yml
|
388
392
|
- spec/support/fixtures/vcr_cassettes/directory_sync/get_group_with_invalid_id.yml
|
389
393
|
- spec/support/fixtures/vcr_cassettes/directory_sync/get_user.yml
|