## ## Velocity Template for Duo login view-state ## ## Velocity context will contain the following properties ## flowExecutionUrl - the form action location ## flowRequestContext - the Spring Web Flow RequestContext ## flowExecutionKey - the SWF execution key (this is built into the flowExecutionUrl) ## profileRequestContext - root of context tree ## authenticationContext - context with authentication request information ## rpUIContext - the context with SP UI information from the metadata ## canonicalUsername - name of user passed to Duo ## duoHost - API hostname for Duo frame ## duoRequest - signed Duo request message ## duoScriptPath - path to Duo JavaScript source ## encoder - HTMLEncoder class ## request - HttpServletRequest ## response - HttpServletResponse ## environment - Spring Environment object for property resolution ## custom - arbitrary object injected by deployer ##