## ## Velocity Template for SAML 2 HTTP-POST 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 #parse ( "/templates/add-html-head-content.vm" )
#if($RelayState)#end #if($SAMLRequest)#end #if($SAMLResponse)#end
#parse ( "/templates/add-html-body-content.vm" )