sso on citrix

Hello,

I would like to use single sign on while starting citrix using netlet.

In the 'public_html/third_party' directory there is a html file

(citrix_start.html) with an applet tag with

some parameters. The parameters username and password can be provided,

however I would like

to fill the values dynamically using profile information.

I tried to achieve this using a jsp file instead of the html file, but this

does not seem to work

(html file is downloaded to client and executed on browser, is the same

happening when using a jsp file ?)

Anyway does anyone know how to achieve single sign on on the citrix server ?

Twan

[710 byte] By [708774] at [2007-11-25 4:29:11]
# 1

this may be a security nightmare and a totally bad idea but have you thought

about generating a citrix_start_username.html on the fly and populate the

username and password from a jsp? You can then delete the html file after it is

executed or upon logout. This might be a really bad idea if the password is

clear text in the html file. It might also drive unix admins crazy because you

would need write permission in a web directory by the process running the

portal/web server.

pat

Twan Janssen wrote:

> Hello,

>

> I would like to use single sign on while starting citrix using netlet.

> In the 'public_html/third_party' directory there is a html file

> (citrix_start.html) with an applet tag with

> some parameters. The parameters username and password can be provided,

> however I would like

> to fill the values dynamically using profile information.

> I tried to achieve this using a jsp file instead of the html file, but this

> does not seem to work

> (html file is downloaded to client and executed on browser, is the same

> happening when using a jsp file ?)

>

> Anyway does anyone know how to achieve single sign on on the citrix server ?

>

> Twan

708774 at 2007-6-30 21:15:28 > top of Java-index,Web & Directory Servers,Portal Servers...