SAML2 for Rust. Mainly used for generating SSO and SLO request, as well as parsing authn response and logout response.
For now, requests are always signed. Lib openssl
is required.
For now, RelayState
, NameIDFormat
and AuthnContext
are optional and could be configed while creating ServiceProvider
Thanks to kristophjunge/docker-test-saml-idp, I could do a quick test for this library.