Hi.
I have a web application (portal) where my users can login to. in this portal I want to make a linke to axes. in this link i want to sent user and password so I can bypass the loon screen from the IBM I. The user have logged in to the portal and the user/password is the same as on the IBM I.
Is the possible to have the user and password in the url and then bypass the signon?
user and password in url
Moderator: jeanmichel
Re: user and password in url
Probably not advisable to pass raw password to the URL but it can be done like so:
../ts/ts2/index.html?noexpires&user=MYUSER&pwd=MYPWD&signon=true
../ts/ts2/index.html?noexpires&user=MYUSER&pwd=MYPWD&signon=true