I have a web application that I want to enable signle sign on.
Initially a default page comes up with a login link on the page plus some public accessable data, when a user clicks on the link I want to grab user's network domain username and password as whatever user/pwd is logged into a workstation and check against a db table and if validated let the user view the secured data. I don't want to pop-up a username/password dialogue box and like to do all this behind the scene and let the user login silently. Just like Oracle Portal with WNA/SSO enabled type of thing you click login and it lets you login without prompting for username/password.
Can someone please point me how can I achieve this functionality. Any documenatation will really help.
Thanks
Initially a default page comes up with a login link on the page plus some public accessable data, when a user clicks on the link I want to grab user's network domain username and password as whatever user/pwd is logged into a workstation and check against a db table and if validated let the user view the secured data. I don't want to pop-up a username/password dialogue box and like to do all this behind the scene and let the user login silently. Just like Oracle Portal with WNA/SSO enabled type of thing you click login and it lets you login without prompting for username/password.
Can someone please point me how can I achieve this functionality. Any documenatation will really help.
Thanks