Hybrid-security extranet apex app design (public and authenticated)
112491Jul 23 2012 — edited Aug 4 2012This apex app started off as a public-only access app, however, now there is functionality that only authenticated users should see – basically an extranet application. Could the community /forum confirm what I need to build?
• Login Page
• Login Page process using what API in 4.1.1??? apex_authentication.login or wwv_flow_custom_auth_std.login or apex_custom_auth?
• Group(s)
• Authorization Scheme(s) – checks to see if they are in a group
• Add additional authentication scheme – APEX User (our preference)
I really would like to just prompt the user with the normal APEX login or to that effect upon clicking the Login link to the Login page. Also, certain items on forms up to certain entire regions must only be seen by the authenticated user.
Appreciate any direction. Thanks!