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