Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Redirect to origin page after login

2724905Nov 17 2014 — edited Nov 20 2014

Hello , I am new in ADF Fusion , I 'm trying to get my program to do the redirection page submitted by the User , after login , example : if not

user has logged in the session , and someone tries to access a path in the browser ( ...faces/protected/admin/page.js) JAAS (yes , I 'm using JAAS , JAAS not ADF Security , so I wanted that before the JAAS redirect to the login screen , he kept the URL that the User tried to do that when User login to the system, it redirected to this page , not a standard page ...

I already tried to recover using this url PhaseListener , filtering using filter all requests ( / * ) and using < f : event> anyone have any suggestions ?

OBS: authorization and authentication with JAAS is ok , I just wanted to implement this dynamic redirect

This post has been answered by kdario on Nov 18 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 18 2014
Added on Nov 17 2014
9 comments
3,134 views