saml2-web-sso-0.20: Library and example web app for the SAML Web-based SSO profile.
Safe HaskellNone
LanguageGHC2021

SAML2.WebSSO.Servant

Synopsis

Documentation

type GetRedir = Verb 'GET 307 Source #

type PostRedir = Verb 'POST 303 Source #

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.

FUTUREWORK: there is also RawXML in wire-api, we should probably drop one of the two.