|
Re: Log in page on APEX [message #551081 is a reply to message #551077] |
Sun, 15 April 2012 09:43 |
c_stenersen
Messages: 255 Registered: August 2007
|
Senior Member |
|
|
Go to shared components. There you have a link to "authorization schemes" (under security). Create a new one there with for instance the name isAdmin. You use the "Exists SQL query" type, and in your query you just select from your user table to find the admins (by using :APP_USER). Then in your page properties under security you choose your new authorization scheme in the "authorization scheme" field, and that page is only accessible to people you selected from your table.
You can also find some more docs on this here: http://docs.oracle.com/cd/E14373_01/appdev.32/e13363/acl.htm#CHDDIBDE
|
|
|
Re: Log in page on APEX [message #551088 is a reply to message #551081] |
Sun, 15 April 2012 10:21 |
|
newprogrammerSQ
Messages: 48 Registered: April 2012
|
Member |
|
|
so far I have only created my user table.. the log in page only works with the application database name as default...
I need to create a new authentication scheme which authenticates from the table as well...
I'm guessing from the wizard (create new authentication scheme from scratch)... i need to select "Use my custom function to authenticate."... but what Do i need to type in this to authneticate from table? or is there something else i have to create before I create this scheme?
[Updated on: Sun, 15 April 2012 10:22] Report message to a moderator
|
|
|
|
|
|
|