https://github.com/inferno-framework/fast-security-test-kit
Inferno Test Kit for the FAST Security IG
https://github.com/inferno-framework/fast-security-test-kit
Last synced: 8 months ago
JSON representation
Inferno Test Kit for the FAST Security IG
- Host: GitHub
- URL: https://github.com/inferno-framework/fast-security-test-kit
- Owner: inferno-framework
- License: apache-2.0
- Archived: true
- Created: 2022-01-11T20:37:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-18T14:13:10.000Z (11 months ago)
- Last Synced: 2025-10-04T03:53:33.402Z (9 months ago)
- Language: Ruby
- Size: 73.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**This test kit has been replaced by the [UDAP Security Test
Kit](https://github.com/inferno-framework/udap-security-test-kit) and is no
longer maintained.**
# Inferno FAST Security IG Test Kit
This is a work-in-progress collection of tests for the [FAST Security
IG](https://build.fhir.org/ig/HL7/fhir-udap-security-ig/index.html) using the
[Inferno Framework](https://inferno-framework.github.io/inferno-core/).
Please note that this test kit currently is of very limited scope and currently
only contains tests for the
[Discovery](https://build.fhir.org/ig/HL7/fhir-udap-security-ig/discovery.html)
section of the specification. These tests were initially developed in support
of the September 2021 HL7® FHIR® Connectathon.
Future development may increase test coverage of this IG.
## Instructions
- Clone this repo.
- Run `setup.sh` in this repo.
- Run `run.sh` in this repo.
- Navigate to `http://localhost`. The SMART test suite will be available.
## License
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at
```
http://www.apache.org/licenses/LICENSE-2.0
```
Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.