Hi,

 

I want to create a jsp page where the user can choose an option, the jsp
page will display some or other options depending on the user logged. The
choice is processed and the result is sent in a SAML attribute. 

Now, I have a jsp page on the client that it displays the options after the
validation and before the authentication. The user selects the option and it
is sent to the server via a GET parameter.  The server obtains the option
and processes it, the server send  the result in a SAML attribute.

How I can get the logged user in the validation? Now, I've done by having
the server sends the client the user via a GET parameter. But it is
dangerous because the parameter could be replaced in the browser.

 

I've tried has changed the Response class to send the parameters via POST,
but I've failed. How I can get the user?

 

Or better yet, How could do this on the server?

 

Thanks


-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to