Skip to content

SUNET/rmdq

Repository files navigation

rmdq

A MDQ JSON server implementation in Rust.

How to build?

First install Rust following https://rustup.rs and then follow along.

git clone https://github.com/SUNET/rmdq
cd rmdq
cargo build --release
./target/release/rmdq

To load data

Use ./fetch_metadata.py to create webdata.json in the same folder. Then start the server cargo run

./fetch_metadata.py
cargo run

Routes available

Test data to try out

./fetch_metadata.py https://ta.oidfed.data.kit.edu/discover?trust_anchor=https://edugain.oidf.lab.surf.nl&entity_type=openid_provider
cargo run

To test a single query:

curl http://localhost:8080/entities?q=ris

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published