G
Guest
Hello, I am trying to set up a utility to automatically log into a TSWEB
connection without ever presenting the user with a USERNAME/PASSWORD prompt.
Ideally it could work like this:
1) The wrapper web page (asp page) would query a database to ensure that the
user is already authenticated and use a URL token that was passed to it to
lookup the record.
2) Once the record is found, the TSWEB activeX control would load and
automatically log the user in using the username/password from the database
entry.
I want to accomplish this without ever embedding username/password data in
the web page and using temporary tokens of some sort.
Any ideas?
Thanks,
Drew Morris
connection without ever presenting the user with a USERNAME/PASSWORD prompt.
Ideally it could work like this:
1) The wrapper web page (asp page) would query a database to ensure that the
user is already authenticated and use a URL token that was passed to it to
lookup the record.
2) Once the record is found, the TSWEB activeX control would load and
automatically log the user in using the username/password from the database
entry.
I want to accomplish this without ever embedding username/password data in
the web page and using temporary tokens of some sort.
Any ideas?
Thanks,
Drew Morris