On load, Page redirection
859783Sep 5 2011 — edited Sep 5 2011Hi,
Use Case : Home page is a non protected area except some regions, login link avaiable in homepage. when user clicks the login page, User will be redirected to login.jspx page, which is protected by IDM on successful authentication, IDM will redirect to the same login page. After this i need to forward from login page to Home page on page load. I also need to fetch the request headers which IDM is sending after authentication.
Please advise.