IdPv3 CAS client request parameters
Cantor, Scott
cantor.2 at osu.edu
Tue Jan 26 11:44:57 EST 2016
> The appKey parameter value is needed
> for drawing the login view but the HttpServletRequest parameters from the
> service request are not available to the login view, in the 'request' variable.
> Is there another way to get the parameters from at the login view.
Just looking at this from the webflow end, the reason is that any initial parameters are dropped by webflow by the time the authentication step runs, be it CAS or SAML.
To preserve them, code would have to exist to do so, probably by saving them in the context tree in some custom context. That could be done with some Java code if and only if the CAS login flow is running the inbound intercept hook, I'd have to check on that, or Marvin will know.
-- Scott
More information about the users
mailing list