onc_certification_g10_test_kit 7.2.0 → 7.2.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ed81e46ef2332da6a933079ecee79d2012939785b41300f5fc9f2e935e03ec08
|
4
|
+
data.tar.gz: dc2cb23da9ccd33236f1d7c1feeb2fed4a66c9e36fe57b1b532d2a108c912ffa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0270bc13ae6b1bd5b948889bb7eb6f7ed6fd7a96a52ab361a88c871ba78ec4b287fc5da2dbb2998b5a453fd017e2acb1982a37488e140d76b221b01edcd28699
|
7
|
+
data.tar.gz: 34c5678072376b2dcb9eb2ff77b83ceaf33c1b395ee1c36de5892cce6e7bb38ef8a63dcd03a25655b9a193c745cf2839e122c3a2f9890c25bc913a088b70a9d2
|
@@ -51,20 +51,23 @@ module ONCCertificationG10TestKit
|
|
51
51
|
:lines_to_validate,
|
52
52
|
:bulk_timeout
|
53
53
|
|
54
|
-
group from: :bulk_data_authorization
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
54
|
+
group from: :bulk_data_authorization do
|
55
|
+
description <<~DESCRIPTION
|
56
|
+
Bulk Data servers are required to authorize clients using the [Backend Service
|
57
|
+
Authorization](http://hl7.org/fhir/uv/bulkdata/STU1.0.1/authorization/index.html)
|
58
|
+
specification as defined in the [FHIR Bulk Data Access IG
|
59
|
+
v1.0.1](http://hl7.org/fhir/uv/bulkdata/STU1.0.1/).
|
60
|
+
|
61
|
+
In this set of tests, Inferno serves as a Bulk Data client that requests authorization
|
62
|
+
from the Bulk Data authorization server. It also performs a number of negative tests
|
63
|
+
to validate that the authorization service does not improperly authorize invalid
|
64
|
+
requests.
|
65
|
+
|
66
|
+
This test returns an access token.
|
67
|
+
DESCRIPTION
|
68
|
+
|
69
|
+
config(inputs: { url: { name: :bulk_server_url } })
|
70
|
+
end
|
68
71
|
|
69
72
|
test from: :g10_incorrectly_permitted_tls_versions_messages_setup,
|
70
73
|
id: :g10_bulk_auth_tls_messages_setup
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: onc_certification_g10_test_kit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 7.2.
|
4
|
+
version: 7.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stephen MacVicar
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-04-
|
11
|
+
date: 2025-04-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bloomer
|