All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.saml2-post-binding.vm Maven / Gradle / Ivy

The newest version!
##
## 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" )




© 2015 - 2024 Weber Informatics LLC | Privacy Policy