Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java Web Start authentication

843802May 15 2008 — edited Apr 22 2009
I have an application which I want to deploy through a browser link to a JNLP file.
The link to the JNLP file is behind Basic Authentication; the JNLP and the JARS are also behind Basic Authentication.

Users have to login to go to the HTML page where they can click on the link to the JNLP file. Java Web Start then pops up an authentication window where the user has to login again. There is a checkbox suggesting that the authentication could be saved, but that does not work.

I (and my users) would like this second authentication to be skipped in some way, or at least the authentication data being saved as the checkbox suggests.

How can I achieve this?

BTW The application accesses web services, also behind Basic Authentication. The authentication for Java Web Start is re-used automatically for those webservices.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 20 2009
Added on May 15 2008
7 comments
2,630 views