@hackage hsaml20.2.0
OASIS Security Assertion Markup Language (SAML) V2.0
Categories
License
Apache-2.0
Maintainer
dylan@dylex.net
Links
Versions
Installation
Dependencies (27)
- asn1-encoding
- asn1-types >=0.2
- base >=4.8 && <5
- base64-bytestring
- bytestring
- crypton Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
crypton
(on by default)
Use cryton instead of cryptonite
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.