## ## Velocity Template for SAML 2 HTTP-POST-SimpleSign binding ## ## Velocity context may contain the following properties ## action - String - the action URL for the form ## binding - String - the SAML binding type in use ## RelayState - String - the relay state for the message ## SAMLRequest - String - the Base64 encoded SAML Request ## SAMLResponse - String - the Base64 encoded SAML Response ## Signature - String - the Base64 encoded simple signature ## SigAlg - String - the signature algorithm URI ## KeyInfo - String - the Base64 encoded ds:KeyInfo (optional) #parse ( "/templates/add-html-head-content.vm" )
#if($RelayState)#end #if($SAMLRequest)#end #if($SAMLResponse)#end #if($Signature)#end #if($SigAlg)#end #if($KeyInfo)#end
#parse ( "/templates/add-html-body-content.vm" )