saml2-web-sso-0.20: Library and example web app for the SAML Web-based SSO profile.
Safe HaskellSafe-Inferred
LanguageHaskell2010

SAML2.WebSSO.Servant

Synopsis

Documentation

data XML Source #

There is a tiny package `servant-xml`, which does essentially what this type and its 'Mime{,Un}Render' instances do, but inlining this package seems easier.

type GetRedir = Verb 'GET 307 Source #

type PostRedir = Verb 'POST 303 Source #