Hi All,We have a requirement like,without Login Page it has to redirect to Teamsite UI. Please advice me in this regard.Thanks and RegardsP.RajaRamesh
without the login page (and more specifically, without the user authenticating), how do you know which user is accessing the system?? unless you have some SSO type of integration (like from siteminder or something) where that's info going to coming from?
we are talking Single SignOn (SSO), right?there should be some info on that in the admin guide, Appendix H "Single Sign-On"
We have a Java application for authentication,after authentication it has to redirect to TS
You might require some custom JSP to do this.. Un supported...The login buttonbasically calls iw_do_login() function.... search for the function in IW JSPs and go forward from there...pls note, this will be completely unsupported by IWOV and you will have to reconfigure each time you do upgrade...there is nothing OOB configuration for this to the best of my knowledge