flp-saml2

Crates.ioflp-saml2
lib.rsflp-saml2
version0.1.1
sourcesrc
created_at2021-05-22 21:59:40.51593
updated_at2021-06-08 18:07:37.288654
descriptionSAML2 for Rust
homepagehttps://flp-saml2.rs/
repositoryhttps://github.com/Hakukano/FLP-SAML2
max_upload_size
id400934
size42,288
(Hakukano)

documentation

https://docs.rs/flp-saml2

README

FLP-SAML2

Crates.io Crates.io Crates.io

SAML2 for Rust. Mainly used for generating SSO and SLO request, as well as parsing authn response and logout response.

Signing

For now, requests are always signed. Lib openssl is required.

Optional

For now, RelayState, NameIDFormat and AuthnContext are optional and could be configed while creating ServiceProvider

Testing

Thanks to kristophjunge/docker-test-saml-idp, I could do a quick test for this library.

Commit count: 17

cargo fmt