hsaml2-0.1.2: OASIS Security Assertion Markup Language (SAML) V2.0
Safe HaskellNone
LanguageHaskell2010

SAML2.Core.Signature

Description

SAML and XML Signature Syntax and Processing

saml-core-2.0-os §5

Synopsis

Documentation

verifySAMLProtocol' :: SAMLProtocol a => PublicKeys -> XmlTree -> IO a Source #

A variant of verifySAMLProtocol that is more symmetric to signSAMLProtocol. The reason it takes an XmlTree and not an a is that signature verification needs both.

TODO: Should this replace verifySAMLProtocol?