Oracle Application Express 5: Developing Web Applications — Question 70
Francisco has been tasked with creating a Frequently Asked Questions (FAQ) page. The page security requirements are defined as:
✑ Anyone who can access the application, in any capacity, shall also be able to view the new FAQ page.
Which page level Authorization Scheme and Authentication options should Francisco choose?
Answer options
- A. Authorization Scheme: Reader Rights; Authentication: Page Requires Authentication
- B. Authorization Scheme: Null; Authentication: Page is Public
- C. Authorization Scheme: {Not Reader Rights}; Authentication: Page Is Public
- D. Authorization Scheme: Must Not Be Public User; Authentication: Page Requires Authentication
Correct answer: B
Explanation
The correct answer is B because setting the Authorization Scheme to Null and making the page Public allows unrestricted access to anyone who can access the application. Option A would restrict access to only authenticated users, while options C and D impose additional limitations that would contradict the requirement for universal access.