Oracle R12 Function and Data Security - UMX and Role Based Access Control
Oracle R12 Function and Data Security - UMX and Role Based Access Control
Presented By
Agenda
User Management Layers AOL Function and Data Security New Read-only Diagnostic Function Security in 12.1.3 Role Based Access Control Overview Building Blocks for User Management Modeling Security Policy Examples Delegated Administration Provisioning Self Service & Approvals Proxy Users References
Executable function Access to User Define form Abstract function Add user or modify user
Examples of Roles
Employee Create Employee role with access to HR self service and iExpenses AP Clerk Grant Employee role Grant AP Clerk role with access to AP clerk functions Sales Rep Grant Employee role Grant Sales role with access to sales functions AP Supervisor Grant Employee Role Grant AP Clerk Role Grant AP Manage role with access to AP Manger functions
Components by Responsibility
System Administrator Responsibility
Manage responsibilities and related objects
Examples Executable function is access to User Management Roles & Role Inheritance Form Abstract functions defined as role permissions Create Role Assign Role Manage Role Revoke Role
Data Security Permissions control access to objects Data limited by where clause
Stored in FND_FORM_FUNCTIONS,
FND_FORM_FUNCTIONS_TL
FND_MENU_ENTRIES, FND_MENU_ENTRIES_TL
Attach function permissions and data permissions (data security polices) to grantee
Data Security Policy Grant that includes both an object and permission set Stored in FND_GRANTS
Other seeded security roles include Customer Administrator and Partner Administrator
Permissions
To demonstrate function security, Approvals Management will be used as the example A user will be given access to perform all functions in approvals management To gain familiarity with permissions available Go to Functional Administrator Permissions to search for seeded permissions
Permissions
There are 16 permissions available for AME Click the update button to examine the AME Action Create Permission
Permissions
This permission belongs to one permission set with the same name as the permission
Permission Set
Examine the permission set by selecting the permission set in the permission set tab and clicking the update button
Permission Set
Notice the AME Action Create includes more than one permission Grants are to permission sets not to permissions
Become familiar with the security hierarchy Working with seeded permission, permission sets and other seeded user management components are a good way to learn user management concepts
Permission Set
In our example, we want the user to have access to ALL functions the transaction type AP Invoice Approval The permission set for all AME functions is AME All Permission Sets Note that this permission set includes other permission sets
Seeded Objects
To demonstrate data security, Approvals Management will be used again as the example A user will be given access to manage the approval process for the payables invoice approval Go to Functional Developer Objects to search for available seeded objects If an object is not available, you can create objects
Seeded Objects
Seeded Objects
Two columns are included which can be used to limit access
Seeded Objects
Click on the Object Instance Set tab for this object to view the where clause
The predicate allows the user to enter the parameters to select the application and transaction type in the grant
Grants
Create the grant to allow sbehn to perform all AME function for the payables invoice approval transaction type Click on grant tab
Notice this takes you to the same form as you see in the
Functional Administrator responsibility We are going to enter an object to establish a Data Security Policy
Grants
Enter name, description, grantee type, grantee Enter the object name Click Next
Grants
Choose the context to limit rows For this example, choose instance set
Grants
We already determined there was an AME Transaction Type Instance Set Chose this value and Click Next
Grants
Now enter the values for the parameters we saw earlier in the object instance set The predicate is displayed for reference
Grants
Scroll down and choose the functions the grantee will be allowed to execute for this group of data by selecting the permission set AME All Permission Sets
Grants
The final page is a review page Click finish and the confirmation page will appear Now you have access to data and functions you can perform on that data Click OK
Assign Roles
Assign AME roles to SBEHN the same way we assigned the Security Administrator role Query the user and click the pencil
Assign Roles
Click the Assign Roles button
Seeded Roles
Choose the Approvals Management Administrator role and provide justification Grants multiple roles and 2 responsibilities
Responsibility
Role Categories
User Management Role Categories
Role Categories
Role Categories
Add a category to help organize your roles
Click Apply
Create Role
User ManagementRole & Role Categories
Create Role
Select category, provide role code, display name, description and application and click apply
Create Role
To add responsibility - re-query role, view in hierarchy, then add node
Click View in Hierarchy
Create Role
Query the responsibility required, then click the Quick Select icon
Create Role
Payables Manager role now includes Payables Manager responsibility Add other responsibilities as needed
Role
Responsibility
Seeded Roles
Oracle has provided seeded roles for Approvals Management Diagnostics Learning Management Territory Management User Management Integration Repository iReceivables iSetup To see whats new after patches, look for roles in User Management responsibility or query WF_ALL_ROLES_VL
DELEGATED ADMINISTRATION
Delegated Administration
Create local administrators to manage a subset of users and/or roles What is required? A role that grants User Management Users to user who will be delegated administrator Grant of subset of UMX_PERSON_OBJECT defining which users can be administered Grant of permission set with appropriate privileges
Query Person Details Edit Person Details Manage User Accounts Reset Passwords
Delegated Administration
Presentations with good examples Create a role to administer a specific organization
Collaborate 2009: From Responsibilities to Roles: Moving Toward the Role Based Access Control (RBAC) Model Marquette University
Collaborate 2009: Whats New in Workflow: 11i RUP5, RUP6 and R12 Karen Brownfield and Susan Behn
PROVISIONING
Provisioning (Registration)
Three types supported Self-service account requests typically invoked from a web page
Account Creation for Existing Person Automate on-boarding for new employees
Provisioning (Registration)
Other products also utilize the user management registration engine for registration process, but they access the registration process through their own UI iSupplier Consult the implementation guide for those products to utilize those registration processes iSupplier users are not created in user management
Provisioning (Registration)
Update an existing process or duplicate to create new processes
Provisioning (Registration)
See Oracle User Management Developer Guide Example Self Service Account Creation
Provisioning (Registration)
Example Self Service Account Creation
Create pages to ask all the required questions Business event which raises a workflow for approval and identify verification notification
Event to invoke custom business logic AME transaction type to manage approvals
MANAGE PROXIES
Proxies
Proxy authority can be granted to another user for a specific time period Cover vacation/leave of absence Delegator grants/revokes proxy privilege to user
User utilizes proxy switcher feature to change roles
All forms will show proxy mode status Audit control - Actions are tracked to show delegate is acting on behalf of delegator
Proxies
In order to delegate or receive authority, users must have the Manage Proxies role Query the users, click the pencil to update, click the Assign Roles button and add the Manage Proxies role Enter a justification and save
Proxies
Click the preference button There is now a new Manage Proxies function
The Add People Button will allow the user to designate a proxy user
Proxies
Add a user and apply Now the operations user can act on my behalf Set an End Date at this time if this is to cover a fixed vacation period or other leave of absence
Proxies
When the operations user is logged in a Switch User option will be available
Proxies
Now there is a Return to Self button The user is logged in as Operations operating as Proxy for SBEHN
Proxies
Run the Page Access Tracking Data Migration concurrent program to populate the Proxy Report There are no parameters Then go back to Manage Proxies and click the Run Proxy Report Button
Proxies
The report shows all navigation completed by the proxy user
Security Reports
Reports are available for lists of users, roles/responsibilities, functions and data security objects Reports can be generated in html, excel or pdf
Summary
RBAC allows organizations to create roles based on job functions Less maintenance after initial setup Better security Delegated administration allows organizations to decentralize the management of users Will this help your organization distribution the load of user access assignments more efficiently or provide better security across global organizations? Registration processes enable organizations to automate the process to provide user access Think about how much time system administrators or DBAs would save over a period of one year by automating this process Self Service requests and approvals allow users to request access Less paper More efficiency
References
Oracle Applications System Administrator's Guide Security See Oracle User Management Developer Guide My Oracle Support ID: 553547.1 Data Security Terminology My Oracle Support ID: 553290.1 Introduction to the Grants Security System and Data Security
About Infosemantics
Established in 2001 Commercial, Higher Education, and Federal Government client base Senior resources averaging 15 years of experience
85
Q&A
Thank You! Susan Behn [email protected]
www.infosemantics.com
People First. Driving Solutions Together
86