EBS and Fusion Application Security Models

A quick comparison chart for EBS and Fusion Application Security Models

If you are coming from EBS then this post will help you to understand the difference of security model in these two application.
here is quick comparison chart all the major security features of Oracle Application (EBS) and Fusion Application side by side.

E-Business Fusion Application
Authentication FND_USER
OID/OSSO/OAM
FMW OAM/LDAP
Authorization AOL security model
RBAC (This is optional add-on)
FMW OPSS (this is same as RBAC)
Security platform Proprietary FMW OPSS
Segregation Of Duties (SOD) No explicit functionality Predefined SOD policies
Application Access Controls
Governor (AACG)
Technology Prepackaged eBiz specific
configuration and management
FMW 11g
Management of security
(Roles/Responsibilities)
Proprietary forms OIM
APM
Proprietary forms
HR specific data security Security Groups Security Groups

 

 

No comments:

ORA-00059: Maximum Number Of DB_FILES Exceeded in 19C database

When I am adding datafile to my 19C database facing the below error. SQL> alter tablespace DATA  add datafile '/u01/data/data15.dbf&#...