• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Form Based authentication Websphere

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a requirement where i have to forward user to fixed page example xyz.jsp once the authentication is successful . i am using form based authentication with websphere server 6.1. I dont want user to be taken to originally requested url.

Also, when login page is originally requested, how to take user to this fixed page,once login is successful.

Please suggest

Thanks in advance
 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am sure, I am very late to post reply for this topic.. but still posting for future references..

WAS stores requested URL in a cookie.. if you want to change the redirect value (say to fixed location abc.sxyz), you just modify the value of the cookie in the authentication filter...

Cookie name can be traced.. and its value can also be changed..

I hope this might help someone in future..

Cheers
Gaurav Daga
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic