wai-saml2-0.2.1.3: SAML2 assertion validation as WAI middleware
Safe HaskellNone
LanguageHaskell2010

Network.Wai.SAML2.Config

Description

Configuration types and smart constructors for the SAML2 middleware.

Synopsis

Documentation

data SAML2Config Source #

Represents configurations for the SAML2 middleware.

Constructors

SAML2Config 

Fields

saml2Config :: PrivateKey -> PublicKey -> SAML2Config Source #

saml2Config privateKey publicKey constructs a SAML2Config value with the most basic set of options possible using privateKey as the SP's private key and publicKey as the IdP's public key. You should almost certainly change the resulting settings.