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

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

Go to download

The OpenSAML-J library provides tools to support developers working with the Security Assertion Markup Language (SAML).

There is a newer version: 2.6.4
Show newest version
##
## Velocity Template for SAML 2 HTTP-POST-SimpleSign binding
##
## Velocity context may contain the following properties
## action - String - the action URL for the form
## 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)



    
        
        
        
#if($RelayState)#end #if($SAMLRequest)#end #if($SAMLResponse)#end #if($Signature)#end #if($SigAlg)#end #if($KeyInfo)#end




© 2015 - 2024 Weber Informatics LLC | Privacy Policy