https://github.com/latchset/federation_testing
Tresting federation componenets for linux distros
https://github.com/latchset/federation_testing
Last synced: 5 months ago
JSON representation
Tresting federation componenets for linux distros
- Host: GitHub
- URL: https://github.com/latchset/federation_testing
- Owner: latchset
- License: gpl-3.0
- Created: 2021-06-28T17:50:18.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-23T00:35:18.000Z (about 1 year ago)
- Last Synced: 2025-06-29T04:36:41.132Z (12 months ago)
- Language: Python
- Size: 348 KB
- Stars: 0
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gating tests for IdM related Federation Components
To use these tests, clone repo to local system and run:
## First setup test environment on system
```sh
cd federation_components
./setup.sh
```
## To run tests for mod_auth_mellon
```sh
./test_mellon.sh
```
## To run tests for mod_auth_openidc
```sh
./test_oidc.sh
```
## To run tests for keycloak-httpd-client-install
```sh
./test_khci.sh
```
## To run tests for lasso
```sh
./test_lasso.sh
```
## To run tests for xmlsec
```sh
./test_xmlsec.sh
```