@hackage hsaml20.1.2
OASIS Security Assertion Markup Language (SAML) V2.0
Categories
License
Apache-2.0
Maintainer
dylan@dylex.net
Links
Versions
Installation
Tested Compilers
Dependencies (24)
- base >=4.8 && <5
- bytestring
- mtl
- process
- template-haskell
- asn1-encoding Show all…
Dependents (1)
@hackage/acme-everything
Direct implementation of the SAML XML standard (https:/www.oasis-open.orgstandards#samlv2.0), along with some related dependencies. This is currently partial, as the standard is quite extensive, but is sufficient to build a functioning SP and fully validate responses. The module layout basically follows the standard definition documentation. Its use still requires a fairly extensive understanding of SAML.