## ## Velocity Template for SPNEGO unauthorized page ## ## This is not a Spring Webflow view, but a special view internal to the ## SPNEGO login flow, so it doesn't contain all of the usual SWF variables. ## ## Velocity context will contain the following properties ## encoder - HTMLEncoder class ## request - HttpServletRequest ## response - HttpServletResponse ## profileRequestContext - root of context tree ## errorUrl - URL to call to indicate error and return back to the login flow ## #set ($eventKey = $springMacroRequestContext.getMessage("SPNEGOUnavailable", "spnego-unavailable")) #springMessageText("idp.title", "Web Login Sevice") - #springMessageText("${eventKey}.title", "Error")
#springMessageText(

#springMessageText("idp.title", "Web Login Sevice") - #springMessage("idp.title.suffix", "Error")

#springMessageText("${eventKey}.message", "Your web browser doesn't support authentication with your desktop login credentials.")