Velocity
Velocity

Reputation: 479

Oracle Apex Home URL issue- Fixed page not dynamic

I was earlier facing problem with logging into application in apex. i later realised problem was with home url where page id was set to admin page, so any other user could not access it. I have set authentication an authorization schemes like pages specific to admin/manager/employee. However if i set any other page id in home url, all authorizations fail and nomatter which user i use to login, only that page shows up and other pages are not coming up.

Please help.

Upvotes: 0

Views: 652

Answers (1)

David Peake
David Peake

Reputation: 111

Vini, Based on your limited info I'm assuming you have an app with pages for employes (10,11,12), pages for Managers (20,21,22), and pages for Admins (30,31,32). My suggestion is to create an additional page (40) which you set as your home page. On Page 40 have Pre-Rendering branches to the appropriate page based on Authorization. Authorization = Employee go to Page 10, If Authorization = Manager go to Page 20, etc.

Regards, David

Upvotes: 1

Related Questions