smart_app_launch_test_kit 0.4.1 → 0.4.2
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/lib/smart_app_launch/discovery_stu1_group.rb +24 -11
- data/lib/smart_app_launch/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ff7cc187f6f513f3380f3828f963a3636b7156ed8e673d1495db1df4bc8c763c
|
|
4
|
+
data.tar.gz: 4346b705c6ff48f9bc7733c8f06798dd3c73bb379259ac4d13221e2251db9855
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d4fa02dab1c8782c8beebc2aee05eda38bb4c1374286091acada9c1c78e3c625dc102e6e92df1923dc68e3c983f3aed44b38e38882e8bc3d6dfb3600840b22ae
|
|
7
|
+
data.tar.gz: add7130f94d7ba65c102df442b7198166b80476d91f4bf10afd5e98a34824a222a43129c1e8bd2da23dfe479e7d696af64bd80f565a60eed7dde074040def3e8
|
|
@@ -116,18 +116,31 @@ module SMARTAppLaunch
|
|
|
116
116
|
in the table below to app developers. The server SHALL use both a FHIR
|
|
117
117
|
CapabilityStatement and A Well-Known Uris JSON file.
|
|
118
118
|
)
|
|
119
|
+
|
|
119
120
|
input :well_known_authorization_url,
|
|
120
|
-
:
|
|
121
|
-
|
|
122
|
-
:
|
|
123
|
-
|
|
124
|
-
:
|
|
125
|
-
|
|
126
|
-
:
|
|
127
|
-
|
|
128
|
-
:
|
|
129
|
-
|
|
130
|
-
:
|
|
121
|
+
optional: true
|
|
122
|
+
input :well_known_introspection_url,
|
|
123
|
+
optional: true
|
|
124
|
+
input :well_known_management_url,
|
|
125
|
+
optional: true
|
|
126
|
+
input :well_known_registration_url,
|
|
127
|
+
optional: true
|
|
128
|
+
input :well_known_revocation_url,
|
|
129
|
+
optional: true
|
|
130
|
+
input :well_known_token_url,
|
|
131
|
+
optional: true
|
|
132
|
+
input :capability_authorization_url,
|
|
133
|
+
optional: true
|
|
134
|
+
input :capability_introspection_url,
|
|
135
|
+
optional: true
|
|
136
|
+
input :capability_management_url,
|
|
137
|
+
optional: true
|
|
138
|
+
input :capability_registration_url,
|
|
139
|
+
optional: true
|
|
140
|
+
input :capability_revocation_url,
|
|
141
|
+
optional: true
|
|
142
|
+
input :capability_token_url,
|
|
143
|
+
optional: true
|
|
131
144
|
output :smart_authorization_url,
|
|
132
145
|
:smart_introspection_url,
|
|
133
146
|
:smart_management_url,
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: smart_app_launch_test_kit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stephen MacVicar
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-03-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: inferno_core
|
|
@@ -195,12 +195,12 @@ files:
|
|
|
195
195
|
- lib/smart_app_launch/well_known_capabilities_stu2_test.rb
|
|
196
196
|
- lib/smart_app_launch/well_known_endpoint_test.rb
|
|
197
197
|
- lib/smart_app_launch_test_kit.rb
|
|
198
|
-
homepage: https://github.com/
|
|
198
|
+
homepage: https://github.com/inferno-framework/smart-app-launch-test-kit
|
|
199
199
|
licenses:
|
|
200
200
|
- Apache-2.0
|
|
201
201
|
metadata:
|
|
202
|
-
homepage_uri: https://github.com/
|
|
203
|
-
source_code_uri: https://github.com/
|
|
202
|
+
homepage_uri: https://github.com/inferno-framework/smart-app-launch-test-kit
|
|
203
|
+
source_code_uri: https://github.com/inferno-framework/smart-app-launch-test-kit
|
|
204
204
|
post_install_message:
|
|
205
205
|
rdoc_options: []
|
|
206
206
|
require_paths:
|