Hi all,
in an actual SSO project i have the requirement to send a form (with certain parameters) with POST to the server, with which I want to perform SSO, to get back a temporary password.
For security reasons the call has to be a server-side call, so my Portal server has to do the job.
I tried with cURL but I´m not really familiar with it and am not really happy to use a command line tool for a web request.
Could anyone tell me how to do a server-side POST of a form directly in JAVA Coding?
Many thanks for any idea
Regards
Alex