Hi,
I'm using SSO authentication. After authentication there is application level authorization which check if the authenticated user name exist in the user table. If it exist user is direct to home page (Page # 50).
Now my application requirement is that if the user has access_level = 3, then instead of he being redirected to page # 50 he should be redirected to page #51 and that users can only access page 51 and no other page in the application.
I'm able to achieve the second part by creating an authorization scheme.
For 1st part I looked at the below mentioned thread to direct to different pages after login based on username.
3127714
On the
login page ,under 'Processes' , pick the 'Login' process.
I'm using SSO authentication in which the login page is our application express loging page 101 but our company's standart login page on which i dont have any control.
In such situation where to write the code to redirect....
Thanks in Advance
Shijesh Kumar