Search This Blog

Tuesday, July 1, 2025

Create an Application Access Control Role in Oracle APEX

 To define user access within your APEX application, you can create custom Access Control Roles. Follow these steps to create a new role:

  1. Access the Shared Components Page

    • Navigate to the Workspace home page and click App Builder.

    • Select the desired application.

    • On the Application home page, click Shared Components to open the Shared Components page.

  2. Open Application Access Control

    • Under the Security section, click Application Access Control to access the role management page.

  3. Add a New Role

    • Under the Roles section, click Add Role to open the role creation dialog.

  4. Define Role Attributes

    • Name: Enter a meaningful name for the role. The name must contain only alphanumeric characters and underscores (_).

    • Static Identifier: Provide an alternate unique identifier for this role.

    • Description: Optionally, enter a brief description of the role’s purpose.

  5. Create the Role

    • Click Create Role to save the new role. Once created, the role will be listed under the Roles section on the Application Access Control page.

This newly created role can now be assigned to users and utilized within authorization schemes to enforce security across your application.


No comments:

Post a Comment

How Do I Make a Faceted Search Map Page in Oracle APEX

Combining faceted search with a map region in Oracle APEX enables users to filter data visually and spatially at the same time. This design ...